Skip to content

Commit

Permalink
Update diy-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zongheng23333 authored Mar 16, 2024
1 parent 69c9439 commit 6286750
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions diy-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,11 @@ find package/*/ -maxdepth 2 -path "*/Makefile" | xargs -i sed -i 's/PKG_SOURCE_U
#修改默认主题
sed -i 's/luci-theme-bootstrap/luci-theme-argon/g' feeds/luci/collections/luci/Makefile

./scripts/feeds update -a
./scripts/feeds install -a
sed -i '1i src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default
sed -i '2i src-git small https://github.com/kenzok8/small' feeds.conf.default
./scripts/feeds update -a && rm -rf feeds/luci/applications/luci-app-mosdns
rm -rf feeds/packages/net/{alist,adguardhome,xray*,v2ray*,v2ray*,sing*,smartdns}
rm -rf feeds/packages/lang/golang
git clone https://github.com/kenzok8/golang feeds/packages/lang/golang
./scripts/feeds install -a
make menuconfig

0 comments on commit 6286750

Please sign in to comment.