We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbf31d commit e84503fCopy full SHA for e84503f
x-ui.sh
@@ -180,7 +180,7 @@ update_menu() {
180
return 0
181
fi
182
183
- 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
184
chmod +x /usr/local/x-ui/x-ui.sh
185
chmod +x /usr/bin/x-ui
186
@@ -575,7 +575,7 @@ enable_bbr() {
575
}
576
577
update_shell() {
578
- 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
579
if [[ $? != 0 ]]; then
580
echo ""
581
LOGE "Failed to download script, Please check whether the machine can connect Github"
0 commit comments