aboutsummaryrefslogtreecommitdiffstats
path: root/standalone/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/install.sh')
-rwxr-xr-xstandalone/install.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/standalone/install.sh b/standalone/install.sh
deleted file mode 100755
index eaef86d..0000000
--- a/standalone/install.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-mount -o rw,remount /system
-
-cp -v ./addonsd.sh /system/addon.d/40-wireguard.sh
-if [ -f ./wg ]; then
- cp -v ./wg /system/xbin/wg
-else
- echo "Warning: this directory does not contain wg. You may have forgotten to compile it." >&2
-fi
-cp -v ./wg-quick.bash /system/xbin/wg-quick
-chmod 755 /system/xbin/wg /system/xbin/wg-quick /system/addon.d/40-wireguard.sh
-mkdir -pvm 700 /data/misc/wireguard
-
-mount -o ro,remount /system