fix: 修复BE系列脚本缺少架构配置调用
- be3600/be6500/be9300.sh 选项1添加 add_arch_64bit() 调用 - 确保优先使用64位架构安装包,保证安装兼容性
This commit is contained in:
@@ -86,6 +86,7 @@ while true; do
|
||||
|
||||
case $choice in
|
||||
1)
|
||||
add_arch_64bit
|
||||
install_istore_os_style
|
||||
setup_base_init
|
||||
do_istore
|
||||
|
||||
@@ -86,6 +86,7 @@ while true; do
|
||||
|
||||
case $choice in
|
||||
1)
|
||||
add_arch_64bit
|
||||
install_istore_os_style
|
||||
setup_base_init
|
||||
do_istore
|
||||
|
||||
Reference in New Issue
Block a user