From 734a7267e03848311d9a3c6aec4e87ce102cfa82 Mon Sep 17 00:00:00 2001 From: Hai HUANG <101720804+maple367@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:25:46 +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 58a0072e..67a87da2 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-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