fix: workaround for installing bbr

The former link for installing bbr is not found anymore.
This commit is contained in:
Jabriel
2021-08-25 04:21:28 +08:00
committed by GitHub
parent 698bf1d390
commit ccfeb28492

View File

@@ -277,7 +277,8 @@ migrate_v2_ui() {
} }
install_bbr() { install_bbr() {
bash <(curl -L -s https://raw.githubusercontent.com/sprov065/blog/master/bbr.sh) # temporary workaround for installing bbr
bash <(curl -L -s https://raw.githubusercontent.com/teddysun/across/master/bbr.sh)
echo "" echo ""
before_show_menu before_show_menu
} }