add 64bit menu

This commit is contained in:
悟空的日常镜像仓库 2025-05-15 10:56:00 +08:00
parent f3e6cee936
commit e7e15b431b

View File

@ -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