From a8310461817b7dffcd033d2c832c8617b78aed8c Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Wed, 11 Aug 2021 10:08:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/v2p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/v2p.sh b/Scripts/sh/v2p.sh index ef30354..f3c3e36 100644 --- a/Scripts/sh/v2p.sh +++ b/Scripts/sh/v2p.sh @@ -102,7 +102,7 @@ warn "小白基本回车即可,更多学习内容尽在 https://github.com/ele inp "是否为 arm 架构系统:\n1) x86_64[默认]\n2)arm64\n3)arm32" opt read architecture -architecture=${image:-'1'} +architecture=${architecture:-'1'} if [ "$architecture" = "2" ]; then TAG="arm64" elif [ "$architecture" = "3" ]; then