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 0a8eded commit 6e717cf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build/Lede/diy-part.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ export Disable_autosamba="0" # 去掉源码默认自选的luci-a

# 手动更换默认主题
# uci set luci.main.mediaurlbase='/luci-static/neobird' && uci commit luci
# 启动18.06Luci
sed -i 's@# src-git luci@src-git luci@g' feeds.conf.default
#禁用 23.05 版本的 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"
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

#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 6e717cf

Please sign in to comment.