From 4e6b5f8d185043ee816537cc0033bf59a129989c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=A8=AE?= <39034242+kenzok8@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:03:22 +0800 Subject: [PATCH] Update litte.sh --- .github/diy/litte.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/diy/litte.sh b/.github/diy/litte.sh index 98dc4a4..57eb4be 100755 --- a/.github/diy/litte.sh +++ b/.github/diy/litte.sh @@ -65,7 +65,8 @@ git clone --depth 1 -b main https://github.com/xiaorouji/openwrt-passwall passwa git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall2 passwall2 && mv -n passwall2/luci-app-passwall2 ./;rm -rf passwall2 git clone --depth 1 https://github.com/fw876/helloworld && mv -n helloworld/{luci-app-ssr-plus,tuic-client,shadow-tls} ./ ; rm -rf helloworld git clone --depth 1 https://github.com/kiddin9/openwrt-packages && mv -n openwrt-packages/luci-app-bypass ./ ; rm -rf openwrt-packages -git clone --depth 1 https://github.com/immortalwrt/homeproxy luci-app-homeproxy +#git clone --depth 1 https://github.com/immortalwrt/homeproxy luci-app-homeproxy +git clone --depth 1 https://github.com/muink/luci-app-homeproxy git clone --depth 1 https://github.com/immortalwrt/packages && mv -n packages/net/{cdnspeedtest} ./ ; rm -rf packages git clone --depth 1 https://github.com/immortalwrt/packages && mv -n packages/lang/lua-maxminddb ./ ; rm -rf packages git clone --depth 1 https://github.com/immortalwrt/luci && mv -n luci/applications/luci-app-gost ./ ; rm -rf luci