diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-19 22:48:26 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-19 22:48:26 +0300 |
| commit | 641a7d3e57d690f14c0798b98a5df14055e3be01 (patch) | |
| tree | 4e8bdd376a75104cc523af52b888910aad06083a /x-ui.sh | |
| parent | 3f7e819a9bb4eefb7f5a78fa9eda11ed361bf48c (diff) | |
install warp to menu
Diffstat (limited to 'x-ui.sh')
| -rw-r--r-- | x-ui.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -717,8 +717,8 @@ ssl_cert_issue_by_cloudflare() { fi } -google_recaptcha() { - curl -O https://raw.githubusercontent.com/jinwyp/one_click_script/master/install_kernel.sh && chmod +x ./install_kernel.sh && ./install_kernel.sh +warp_fixchatgpt() { + curl -fsSL https://gist.githubusercontent.com/hamid-gh98/dc5dd9b0cc5b0412af927b1ccdb294c7/raw/install_warp_proxy.sh | bash echo "" before_show_menu } @@ -799,7 +799,7 @@ show_menu() { ${green}16.${plain} Apply for an SSL Certificate ${green}17.${plain} Update Geo Files ${green}18.${plain} Active Firewall and open ports - ${green}19.${plain} Fixing Google reCAPTCHA + ${green}19.${plain} Install WARP ${green}20.${plain} Speedtest by Ookla " show_status @@ -864,7 +864,7 @@ show_menu() { open_ports ;; 19) - google_recaptcha + warp_fixchatgpt ;; 20) run_speedtest |
