We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c395b60 commit 1b4b852Copy full SHA for 1b4b852
1 file changed
diy-part1.sh
@@ -14,8 +14,8 @@
14
#sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default
15
16
# Add a feed source
17
-sed -i '$a src-git lienol https://github.com/Lienol/openwrt-package' feeds.conf.default
18
-git clone https://github.com/MrH723/openwrt-packages.git package/openwrt-packages
19
-sed -i '$a src-git MrH723 https://github.com/MrH723/openwrt-packages' feeds.conf.default
+# sed -i '$a src-git lienol https://github.com/Lienol/openwrt-package' feeds.conf.default
+# git clone https://github.com/MrH723/openwrt-packages.git package/openwrt-packages
+# sed -i '$a src-git MrH723 https://github.com/MrH723/openwrt-packages' feeds.conf.default
20
21
echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default
0 commit comments