From e7e15b431bbc332bc88733d8bed334e0fa0e8e88 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Thu, 15 May 2025 10:56:00 +0800 Subject: [PATCH] add 64bit menu --- be3600.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/be3600.sh b/be3600.sh index 0a6350f..4df708d 100644 --- a/be3600.sh +++ b/be3600.sh @@ -45,7 +45,7 @@ install_istore_os_style() { } # 安装iStore do_istore() { - echo "do_istore method==================>" + echo "do_istore 64bit ==================>" opkg update # 定义目标 URL 和本地目录 URL="https://repo.istoreos.com/repo/all/store/" @@ -227,6 +227,8 @@ while true; do echo light_magenta " 2. 重置路由器" echo + light_magenta " 3. $result (64位)" + echo echo " Q. 退出本程序" echo read -p "请选择一个选项: " choice @@ -242,6 +244,14 @@ while true; do 2) recovery ;; + 3) + #安装iStore风格 + install_istore_os_style + #基础必备设置 + setup_base_init + #安装iStore商店 + do_istore + ;; q | Q) echo "退出" exit 0