Skip to content

Commit c1b4798

Browse files
authored
Update diy-part1.sh
1 parent bc5c39f commit c1b4798

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