From efe7be55f1b5c4a1d25b90bff90e0e5a8d2b22f7 Mon Sep 17 00:00:00 2001 From: Hai HUANG <101720804+maple367@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:17:03 +0800 Subject: [PATCH] modified: install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fe15585f..b851ac58 100644 --- a/install.sh +++ b/install.sh @@ -136,7 +136,7 @@ config_after_install() { # Add support for alpine if release="alpine"; then if [[ ! -e /lib64/ ]]; then - makedir /lib64 + mkdir /lib64 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