mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 19:56:19 +00:00
modified: install.sh
This commit is contained in:
parent
d02c61f360
commit
a5eeb11f3e
1 changed files with 2 additions and 2 deletions
|
@ -195,10 +195,10 @@ install_x_ui() {
|
|||
fi
|
||||
|
||||
chmod +x x-ui bin/xray-linux-$(arch3xui)
|
||||
if [[ "${release}" == "alpine" ]]; then
|
||||
if [[ "${release}" != "alpine" ]]; then
|
||||
cp -f x-ui.service /etc/systemd/system/
|
||||
fi
|
||||
if [[ $(release) == "alpine" ]]; then
|
||||
if [[ "${release}" == "alpine" ]]; then
|
||||
wget --no-check-certificate -O /usr/bin/x-ui https://raw.githubusercontent.com/maple367/3x-ui/main/x-ui.sh
|
||||
else
|
||||
wget --no-check-certificate -O /usr/bin/x-ui https://raw.githubusercontent.com/MHSanaei/3x-ui/main/x-ui.sh
|
||||
|
|
Loading…
Reference in a new issue