Skip to content

Commit

Permalink
Update diy-part.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
makebl authored Dec 28, 2024
1 parent 7b33841 commit f866087
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/Lede/diy-part.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ export Disable_autosamba="0" # 去掉源码默认自选的luci-a
# 手动更换默认主题
# uci set luci.main.mediaurlbase='/luci-static/neobird' && uci commit luci
sed -i 's@# src-git luci@src-git luci@g' "feeds.conf.default"
sed -i 's@src-git luci@## src-git luci@g' "feeds.conf.default"
./scripts/feeds clean
./scripts/feeds update -a && ./scripts/feeds install -a -f
sed -i 's@src-git luci@# src-git luci@g' "feeds.conf.default"


#rm -rf feeds/packages/lang/golang
#git clone https://github.com/sbwml/packages_lang_golang -b 21.x feeds/packages/lang/golang
Expand Down

0 comments on commit f866087

Please sign in to comment.