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