Skip to content

Commit 92bfc8f

Browse files
authored
Update diy-part1.sh
1 parent 8ef2e2f commit 92bfc8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

diy-part1.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default
1515

1616
# Add a feed source
1717
echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default
18-
echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default
19-
echo 'src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main' >> feeds.conf.default
20-
echo 'src-git passwall_luci https://github.com/xiaorouji/openwrt-passwall.git;main' >> feeds.conf.default
18+
#echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default
19+
#echo 'src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main' >> feeds.conf.default
20+
#echo 'src-git passwall_luci https://github.com/xiaorouji/openwrt-passwall.git;main' >> feeds.conf.default
2121

2222
echo 'src-git kenzo https://github.com/kenzok8/openwrt-packages' >> feeds.conf.default
2323
echo 'src-git small https://github.com/kenzok8/small' >> feeds.conf.default

0 commit comments

Comments
 (0)