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
7397c83af6
commit
efe7be55f1
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ config_after_install() {
|
||||||
# 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
|
mkdir /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
|
||||||
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
|
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
|
||||||
|
|
Loading…
Reference in a new issue