Skip to content

Commit 53b46a2

Browse files
authored
Update diy-part1.sh
1 parent d8ad1c8 commit 53b46a2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

diy-part1.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@
88
# Blog: https://p3terx.com
99
#=============================================================
1010

11-
# fw876/helloworld
12-
sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default
11+
# Uncomment a feed source
12+
#sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default
1313

1414
# Add a feed source
1515
echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default
1616
#echo 'src-git passwall https://github.com/xiaorouji/openwrt-passwall' >>feeds.conf.default
17-
#echo 'src-git small https://github.com/kenzok8/small' >>feeds.conf.default
18-
19-
# Lienol/openwrt-package
20-
#sed -i '$a src-git lienol https://github.com/Lancenas/lienol-openwrt-package.git' feeds.conf.default

0 commit comments

Comments
 (0)