mirror of
https://github.com/alireza0/x-ui.git
synced 2026-08-31 23:16:21 +00:00
v1.10.0
This commit is contained in:
parent
41e4bb974b
commit
adead1cc39
2 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
1.9.1
|
||||
1.10.0
|
||||
|
|
@ -156,10 +156,10 @@ install_x-ui() {
|
|||
else
|
||||
last_version=$1
|
||||
url="https://github.com/alireza0/x-ui/releases/download/${last_version}/x-ui-linux-$(arch).tar.gz"
|
||||
echo -e "Beginning to install x-ui v$1"
|
||||
echo -e "Beginning to install x-ui $1"
|
||||
wget -N --no-check-certificate -O /usr/local/x-ui-linux-$(arch).tar.gz ${url}
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo -e "${red}download x-ui v$1 failed,please check the version exists${plain}"
|
||||
echo -e "${red}download x-ui $1 failed,please check the version exists${plain}"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
@ -196,7 +196,7 @@ install_x-ui() {
|
|||
systemctl daemon-reload
|
||||
systemctl enable x-ui
|
||||
systemctl start x-ui
|
||||
echo -e "${green}x-ui v${last_version}${plain} installation finished, it is up and running now..."
|
||||
echo -e "${green}x-ui ${last_version}${plain} installation finished, it is up and running now..."
|
||||
echo -e ""
|
||||
echo -e "You may access the Panel with following URL(s):${yellow}"
|
||||
/usr/local/x-ui/x-ui uri
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue