瀏覽代碼

fix: workaround for installing bbr

The former link for installing bbr is not found anymore.
Jabriel 4 年之前
父節點
當前提交
ccfeb28492
共有 1 個文件被更改,包括 2 次插入1 次删除
  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
 }