From 5a1ffa8082a23676ad78ff90e8c8234c071bf87e Mon Sep 17 00:00:00 2001 From: BGzErol <104726856+BGzEroll@users.noreply.github.com> Date: Sun, 14 Jul 2024 02:30:28 +0800 Subject: [PATCH] Update expackages.sh --- expackages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expackages.sh b/expackages.sh index 8dd098d66c..39d6e3f18b 100644 --- a/expackages.sh +++ b/expackages.sh @@ -16,6 +16,6 @@ # sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default # Add a feed source -sed -i '$a src-git passwall_packages https://github.com/BGzEroll/openwrt-passwall-packages.git' feeds.conf.default -sed -i '$a src-git passwall_luci https://github.com/BGzEroll/openwrt-passwall.git' feeds.conf.default +sed -i '$a src-git passwall_packages https://github.com/BGzEroll/openwrt-passwall-shunt.git;packages' feeds.conf.default +sed -i '$a src-git passwall_luci https://github.com/BGzEroll/openwrt-passwall-shunt.git;luci' feeds.conf.default #sed -i '$a src-git helloworld https://github.com/fw876/helloworld.git' feeds.conf.default