From 67450e9777a30d50e3c469c3f970150b3b580377 Mon Sep 17 00:00:00 2001 From: Hai HUANG <101720804+maple367@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:29:27 +0800 Subject: [PATCH] modified: install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 67a87da2..58a0072e 100644 --- a/install.sh +++ b/install.sh @@ -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-r0/glibc-2.35-r0.apk - apk add glibc-2.35-r0.apk - rm -f glibc-2.35-r0.apk + 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 # ln -s /lib/libc.so.6 /usr/lib/libresolv.so.2 fi /usr/local/x-ui/x-ui migrate