core: 修复切换到 alpine 功能失效

This commit is contained in:
bin456789
2024-10-18 23:34:56 +08:00
parent 60d6cd45c0
commit 7ededb9961

View File

@ -4684,6 +4684,8 @@ if [ "$1" = "update" ]; then
elif [ "$1" = "alpine" ]; then elif [ "$1" = "alpine" ]; then
info 'switch to alpine' info 'switch to alpine'
distro=alpine distro=alpine
# 后面的步骤很多都会用到这个,例如分区布局
cloud_image=0
fi fi
# 无参数运行部分 # 无参数运行部分