From adf35abfc7b15bd926d086b219c13e45fe08865f Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Fri, 7 Jul 2023 15:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=AE=89=E8=A3=85glibc6:armh?= =?UTF-8?q?f?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InstallBox86-cn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallBox86-cn.sh b/InstallBox86-cn.sh index af60922..21b609d 100755 --- a/InstallBox86-cn.sh +++ b/InstallBox86-cn.sh @@ -28,7 +28,7 @@ installBox=box86-generic-arm if [[ $PCArch == "arm64" ]]; then sudo bash -c "echo deb http://seafile.jyx2048.com:2345/spark-deepin-wine-runner/data/box64-debs/debian ./ > /etc/apt/sources.list.d/box64.list" wget -qO- http://seafile.jyx2048.com:2345/spark-deepin-wine-runner/data/box64-debs/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg - installBox="box86-generic-arm box64-generic-arm" + installBox="box86-generic-arm box64-generic-arm libc6:armhf" sudo dpkg --add-architecture armhf fi echo " + sudo apt update"