1
0
Эх сурвалжийг харах

Make wget verify certificates (#2661)

İrem Kuyucu 1 сар өмнө
parent
commit
e84503feec
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      x-ui.sh

+ 2 - 2
x-ui.sh

@@ -180,7 +180,7 @@ update_menu() {
         return 0
         return 0
     fi
     fi
 
 
-    wget --no-check-certificate -O /usr/bin/x-ui https://raw.githubusercontent.com/MHSanaei/3x-ui/main/x-ui.sh
+    wget -O /usr/bin/x-ui https://raw.githubusercontent.com/MHSanaei/3x-ui/main/x-ui.sh
     chmod +x /usr/local/x-ui/x-ui.sh
     chmod +x /usr/local/x-ui/x-ui.sh
     chmod +x /usr/bin/x-ui
     chmod +x /usr/bin/x-ui
 
 
@@ -575,7 +575,7 @@ enable_bbr() {
 }
 }
 
 
 update_shell() {
 update_shell() {
-    wget -O /usr/bin/x-ui -N --no-check-certificate https://github.com/MHSanaei/3x-ui/raw/main/x-ui.sh
+    wget -O /usr/bin/x-ui -N https://github.com/MHSanaei/3x-ui/raw/main/x-ui.sh
     if [[ $? != 0 ]]; then
     if [[ $? != 0 ]]; then
         echo ""
         echo ""
         LOGE "Failed to download script, Please check whether the machine can connect Github"
         LOGE "Failed to download script, Please check whether the machine can connect Github"