mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 04:06:18 +00:00
modified: install.sh
This commit is contained in:
parent
bf2ae1512d
commit
5bdade2983
1 changed files with 2 additions and 2 deletions
|
@ -132,14 +132,14 @@ config_after_install() {
|
||||||
echo -e "${red} this is your upgrade,will keep old settings,if you forgot your login info,you can type x-ui and then type 8 to check${plain}"
|
echo -e "${red} this is your upgrade,will keep old settings,if you forgot your login info,you can type x-ui and then type 8 to check${plain}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add support for alpine
|
# Add support for alpine
|
||||||
if release="alpine"; then
|
if release="alpine"; then
|
||||||
if [[! -e /lib64]]; then
|
if [[! -e /lib64]]; then
|
||||||
makedir /lib64
|
makedir /lib64
|
||||||
fi
|
fi
|
||||||
ln /lib/ld-musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
ln /lib/ld-musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||||
ln /lib/libc.musl-x86_64.so.1 /lib64/libresolv.so.2
|
ln /lib/libc.musl-x86_64.so.1 /usr/lib/libresolv.so.2
|
||||||
fi
|
fi
|
||||||
/usr/local/x-ui/x-ui migrate
|
/usr/local/x-ui/x-ui migrate
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue