This commit is contained in:
Leon 2021-08-11 10:08:40 +08:00 committed by GitHub
parent 8633e01a95
commit a831046181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ warn "小白基本回车即可,更多学习内容尽在 https://github.com/ele
inp "是否为 arm 架构系统:\n1) x86_64[默认]\n2arm64\n3arm32"
opt
read architecture
architecture=${image:-'1'}
architecture=${architecture:-'1'}
if [ "$architecture" = "2" ]; then
TAG="arm64"
elif [ "$architecture" = "3" ]; then