modified: install.sh

This commit is contained in:
Hai HUANG 2024-02-29 19:17:03 +08:00
parent 7397c83af6
commit efe7be55f1

View file

@ -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