From 7ededb996101ed3e1b67243d7abccec98729a8e4 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Fri, 18 Oct 2024 23:34:56 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=88=B0=20alpine=20=E5=8A=9F=E8=83=BD=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trans.sh b/trans.sh index 728bfc4..63eb2f0 100644 --- a/trans.sh +++ b/trans.sh @@ -4684,6 +4684,8 @@ if [ "$1" = "update" ]; then elif [ "$1" = "alpine" ]; then info 'switch to alpine' distro=alpine + # 后面的步骤很多都会用到这个,例如分区布局 + cloud_image=0 fi # 无参数运行部分