From d36265dfd9966f9157dc31fc6a17bd7854525808 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Mon, 22 Jun 2026 11:31:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DBE=E7=B3=BB=E5=88=97?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=BC=BA=E5=B0=91=E6=9E=B6=E6=9E=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - be3600/be6500/be9300.sh 选项1添加 add_arch_64bit() 调用 - 确保优先使用64位架构安装包,保证安装兼容性 --- be3600.sh | 1 + be6500.sh | 1 + be9300.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/be3600.sh b/be3600.sh index 78cff5d..f9a0459 100644 --- a/be3600.sh +++ b/be3600.sh @@ -86,6 +86,7 @@ while true; do case $choice in 1) + add_arch_64bit install_istore_os_style setup_base_init do_istore diff --git a/be6500.sh b/be6500.sh index 392e510..5115e2a 100644 --- a/be6500.sh +++ b/be6500.sh @@ -86,6 +86,7 @@ while true; do case $choice in 1) + add_arch_64bit install_istore_os_style setup_base_init do_istore diff --git a/be9300.sh b/be9300.sh index 79fe641..5aa4cc4 100644 --- a/be9300.sh +++ b/be9300.sh @@ -86,6 +86,7 @@ while true; do case $choice in 1) + add_arch_64bit install_istore_os_style setup_base_init do_istore