Skip to content

Commit

Permalink
Update diy-part1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
virkingz authored Jan 8, 2025
1 parent 04207bc commit edff484
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions diy-part1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
#sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default

# Add a feed source
echo "src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main" >> "feeds.conf.default"
echo "src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main" >> "feeds.conf.default"
sed -i '2s/^#//' feeds.conf.default
sed -i '3s/^/#/' feeds.conf.default
echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default

git clone -b lua https://github.com/sbwml/luci-app-alist package/alist
# echo "src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main" >> "feeds.conf.default"
# echo "src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main" >> "feeds.conf.default"
# sed -i '2s/^#//' feeds.conf.default
# sed -i '3s/^/#/' feeds.conf.default
# echo 'src-git helloworld https://github.com/fw876/helloworld' >>feeds.conf.default
echo 'src-git small https://github.com/kenzok8/small-package.git' >>feeds.conf.default
# git clone -b lua https://github.com/sbwml/luci-app-alist package/alist
# git clone https://github.com/rufengsuixing/luci-app-onliner package/onliner

0 comments on commit edff484

Please sign in to comment.