diff --git a/diy-part1.sh b/diy-part1.sh index 096862cc..61b7dbd8 100755 --- a/diy-part1.sh +++ b/diy-part1.sh @@ -9,8 +9,8 @@ #============================================================= # Uncomment a feed source -#sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default +sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default # Add a feed source echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default -#echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default +echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default