Skip to content

Commit

Permalink
Update after.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BiGnotes authored Oct 6, 2024
1 parent efd0f02 commit 303fe4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/immortalwrt/after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ sed -i "s/libpcre/libpcre2/" package/feeds/telephony/freeswitch/Makefile
#关闭https登陆
#sed -i 's/list listen_https/# list listen_https/' package/network/services/uhttpd/files/uhttpd.config

#替换golang
rm -rf feeds/packages/lang/golang
git clone https://github.com/sbwml/packages_lang_golang -b 23.x feeds/packages/lang/golang

#替换mosdns
find ./ | grep Makefile | grep v2ray-geodata | xargs rm -f
find ./ | grep Makefile | grep mosdns | xargs rm -f
Expand Down

0 comments on commit 303fe4c

Please sign in to comment.