add passwall2.sh

This commit is contained in:
sbwml 2023-09-15 02:23:56 +08:00
parent 9f0e677ee6
commit 1bdf90c8b7

8
passwall2.sh Executable file
View File

@ -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"