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

This commit is contained in:
bin456789 2024-10-18 23:34:56 +08:00
parent 60d6cd45c0
commit 7ededb9961
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

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