mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-09 07:28:12 +00:00
Update install.sh
This commit is contained in:
parent
d87c0dcb0f
commit
20cce8eab9
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ install_x-ui() {
|
|||
exit 1
|
||||
fi
|
||||
echo -e "Got x-ui latest version: ${last_version}, beginning the installation..."
|
||||
wget -N --no-check-certificate -O /usr/local/x-ui-linux-${arch}.tar.gz https://github.com/MHSanaei/3x-ui/releases/download/${last_version}/x-ui-linux-${arch}.tar.gz
|
||||
wget -N --no-check-certificate -O /usr/local/x-ui-linux-${arch}.tar.gz https://github.com/MosaIssei/3x-ui/releases/download/${last_version}/x-ui-linux-${arch}.tar.gz
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo -e "${red}Downloading x-ui failed, please be sure that your server can access Github ${plain}"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue