From 1bdf90c8b753a0007db4df94c4f3125fb34fb0f6 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 15 Sep 2023 02:23:56 +0800 Subject: [PATCH] add passwall2.sh --- passwall2.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 passwall2.sh 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"