Skip to content

Commit

Permalink
更新配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Siriling committed Mar 16, 2024
1 parent 8c3aba4 commit 78e85d3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions scripts/full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
#=================================================
# Clone community packages to package/community

# 编译新版Sing-box和hysteria,需golang版本1.20或者以上版本
rm -rf feeds/packages/lang/golang
rm -rf customfeeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 22.x feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 22.x customfeeds/packages/lang/golang
# git clone https://github.com/kenzok8/golang feeds/packages/lang/golang

# 删除冲突插件
rm -rf customfeeds/luci/applications/luci-app-mosdns && rm -rf customfeeds/packages/net/{alist,adguardhome,smartdns}

Expand Down Expand Up @@ -269,9 +276,3 @@ popd

# pcie patch
cp -f $GITHUB_WORKSPACE/999-fuck-rockchip-pcie.patch target/linux/rockchip/patches-6.1/999-fuck-rockchip-pcie.patch

# 编译新版Sing-box和hysteria,需golang版本1.20或者以上版本
pushd feeds/packages/lang
rm -rf golang
git clone https://github.com/kenzok8/golang feeds/packages/lang/golang
popd

0 comments on commit 78e85d3

Please sign in to comment.