Explorar o código

fix: workaround for installing bbr

The former link for installing bbr is not found anymore.
Jabriel %!s(int64=4) %!d(string=hai) anos
pai
achega
ccfeb28492
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      x-ui.sh

+ 2 - 1
x-ui.sh

@@ -277,7 +277,8 @@ migrate_v2_ui() {
 }
 
 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 ""
     before_show_menu
 }