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
d07747a0fd
commit
476e3d2671
1 changed files with 2 additions and 2 deletions
|
@ -135,11 +135,11 @@ config_after_install() {
|
|||
|
||||
# Add support for alpine
|
||||
if release="alpine"; then
|
||||
if [[! -e /lib64]]; then
|
||||
if [[ ! -e /lib64/ ]]; then
|
||||
makedir /lib64
|
||||
fi
|
||||
ln /lib/ld-musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||
apk add --no-cache gcompat libc6-compat
|
||||
apk add gcompat glibc libc6-compat
|
||||
ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2
|
||||
fi
|
||||
/usr/local/x-ui/x-ui migrate
|
||||
|
|
Loading…
Reference in a new issue