diff --git a/passwall2.sh b/passwall2.sh deleted file mode 100755 index 5fb844357..000000000 --- a/passwall2.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -git clone https://github.com/xiaorouji/openwrt-passwall2 --depth=1 -rm -rf luci-app-passwall2 -mv openwrt-passwall2/luci-app-passwall2 . -rm -rf openwrt-passwall2 -git add luci-app-passwall2 -git commit luci-app-passwall2 -m "luci-app-passwall2: sync upstream"