Skip to content

Commit

Permalink
update x86_64/diy-part01.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hululu1068 committed Sep 11, 2024
1 parent f518b2c commit 9e34683
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions x86_64/diy-part01.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ sed -i '1s|.*|src-git packages https://github.com/immortalwrt/packages.git;openw
# 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 passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main" >> "feeds.conf.default"
# echo "src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main" >> "feeds.conf.default"
echo "src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main" >> "feeds.conf.default"
echo "src-git passwall2 https://github.com/xiaorouji/openwrt-passwall2.git;main" >> "feeds.conf.default"
echo "src-git mihomo https://github.com/morytyann/OpenWrt-mihomo.git;main" >> "feeds.conf.default"

# themes添加(svn co 命令意思:指定版本如https://github)
# git clone https://github.com/jerrykuku/luci-theme-argon.git package/custom-package/luci-theme-argon
Expand All @@ -32,7 +33,7 @@ sed -i '1s|.*|src-git packages https://github.com/immortalwrt/packages.git;openw
# git clone https://github.com/pymumu/smartdns.git package/custom-package/smartdns
# git clone https://github.com/sirpdboy/luci-app-netdata.git package/custom-package/luci-app-netdata
# Passwall2 | 采用clone的方式
git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall-packages.git package/custom-package/Passwall-Packages
git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall2.git package/custom-package/Passwall2
#Open Clash
git clone --depth=1 --single-branch --branch "dev" https://github.com/vernesong/OpenClash.git package/custom-package/OpenClash
# git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall-packages.git package/custom-package/Passwall-Packages
# git clone --depth=1 https://github.com/xiaorouji/openwrt-passwall2.git package/custom-package/Passwall2
# Open Clash
# git clone --depth=1 --single-branch --branch "dev" https://github.com/vernesong/OpenClash.git package/custom-package/OpenClash

0 comments on commit 9e34683

Please sign in to comment.