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
2e09e66c1e
commit
734a7267e0
1 changed files with 3 additions and 3 deletions
|
@ -140,9 +140,9 @@ config_after_install() {
|
|||
fi
|
||||
ln /lib/ld-musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
|
||||
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
|
||||
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-2.35-r1.apk
|
||||
apk add glibc-2.35-r1.apk
|
||||
rm -f glibc-2.35-r1.apk
|
||||
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r0/glibc-2.35-r0.apk
|
||||
apk add glibc-2.35-r0.apk
|
||||
rm -f glibc-2.35-r0.apk
|
||||
# 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