Skip to content

Commit

Permalink
Update diy-part1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tedcriss authored Mar 15, 2024
1 parent decaa5c commit 31a6388
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions diy-part1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
# See /LICENSE for more information.
#

# 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
sed -i 's/src-git /src-git-full /g' ./feeds.conf.default
sed -i '$a src-git-full li_pkg https://github.com/Lienol/openwrt-package' ./feeds.conf.default
sed -i '$a src-git-full sir_pkg https://github.com/sirpdboy/sirpdboy-package' ./feeds.conf.default

0 comments on commit 31a6388

Please sign in to comment.