diff --git a/diy-part1.sh b/diy-part1.sh index 74a7a567..096862cc 100755 --- a/diy-part1.sh +++ b/diy-part1.sh @@ -8,13 +8,9 @@ # Blog: https://p3terx.com #============================================================= -# fw876/helloworld -sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default +# Uncomment a feed source +#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 small https://github.com/kenzok8/small' >>feeds.conf.default - -# Lienol/openwrt-package -#sed -i '$a src-git lienol https://github.com/Lancenas/lienol-openwrt-package.git' feeds.conf.default