From dc4e6a4d4ceef2697489bb0da716374fbcea032b Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 8 Aug 2021 20:57:41 +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 4d9d79b..7c4a100 100644 --- a/Scripts/sh/v2p.sh +++ b/Scripts/sh/v2p.sh @@ -99,7 +99,7 @@ EFSS_PATH=$V2P_PATH/elecv2p/efss docker_install warn "小白基本回车即可,更多学习内容尽在 https://github.com/elecV2/elecV2P" -inp "是否为 arm 架构系统:\n1) x86/x64等[默认]\n2)arm64\n3)arm32" +inp "是否为 arm 架构系统:\n1) x86_64[默认]\n2)arm64\n3)arm32" opt read architecture architecture=${image:-'1'}