From 8ba8953aefed7083c5a2e87a17124dac529e16c0 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Fri, 4 Aug 2023 16:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dapt=E6=BA=90=E6=B2=A1libc6:ar?= =?UTF-8?q?mhf=E6=97=B6box86=E5=AE=89=E8=A3=85=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InstallBox86-cn.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/InstallBox86-cn.sh b/InstallBox86-cn.sh index 21b609d..a6ca2e1 100755 --- a/InstallBox86-cn.sh +++ b/InstallBox86-cn.sh @@ -28,12 +28,13 @@ 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 libc6:armhf" + installBox="box86-generic-arm box64-generic-arm" sudo dpkg --add-architecture armhf fi echo " + sudo apt update" sudo apt update sudo apt install binfmt-support -y +sudo apt install libc6:armhf -y echo apt 源添加完毕!按回车键继续安装 Box86/Box64,若想要停止安装,则请按 Ctrl+C 或按终端右上角 ×(叉叉)退出 echo 按回车键后将会自动安装包名为 box86-generic-arm、box64-generic-arm(box64 要在 aarch64 系统才可安装)的 Box86/Box64 包(适用于通用 ARM 系统) echo 其他特殊版本及其包名可见如下链接(如适用于 rk3399 的版本): @@ -44,4 +45,4 @@ echo " - Box64(国内镜像):https://jihulab.com/gfdgd-xi/box86-debs" read sudo apt install -y $installBox echo 安装完成!按回车键退出 -read \ No newline at end of file +read