diff --git a/passwall2.sh b/passwall2.sh new file mode 100755 index 000000000..5fb844357 --- /dev/null +++ b/passwall2.sh @@ -0,0 +1,8 @@ +#!/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"