Skip to content

Commit

Permalink
Update diy-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoChenMr authored Mar 26, 2024
1 parent 50f6937 commit e4cf38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diy-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function git_sparse_clone() {
mv -f $@ ../package
cd .. && rm -rf $repodir
}
sed -i >>feeds.conf.defaults

# 添加额外插件
git clone --depth=1 https://github.com/kongfl888/luci-app-adguardhome package/luci-app-adguardhome
Expand All @@ -40,6 +39,8 @@ git clone --depth=1 https://github.com/Jason6111/luci-app-netdata package/luci-a
git_sparse_clone main https://github.com/Lienol/openwrt-package luci-app-filebrowser luci-app-ssr-mudb-server
git_sparse_clone openwrt-18.06 https://github.com/immortalwrt/luci applications/luci-app-eqos
# git_sparse_clone master https://github.com/syb999/openwrt-19.07.1 package/network/services/msd_lite
echo 'src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main' >>feeds.conf.default
echo 'src-git passwall_luci https://github.com/xiaorouji/openwrt-passwall.git;luci-smartdns-dev' >>feeds.conf.default

# 科学上网插件
git clone --depth=1 -b main https://github.com/fw876/helloworld package/luci-app-ssr-plus
Expand Down

0 comments on commit e4cf38c

Please sign in to comment.