🔨
This commit is contained in:
parent
8633e01a95
commit
a831046181
@ -102,7 +102,7 @@ warn "小白基本回车即可,更多学习内容尽在 https://github.com/ele
|
|||||||
inp "是否为 arm 架构系统:\n1) x86_64[默认]\n2)arm64\n3)arm32"
|
inp "是否为 arm 架构系统:\n1) x86_64[默认]\n2)arm64\n3)arm32"
|
||||||
opt
|
opt
|
||||||
read architecture
|
read architecture
|
||||||
architecture=${image:-'1'}
|
architecture=${architecture:-'1'}
|
||||||
if [ "$architecture" = "2" ]; then
|
if [ "$architecture" = "2" ]; then
|
||||||
TAG="arm64"
|
TAG="arm64"
|
||||||
elif [ "$architecture" = "3" ]; then
|
elif [ "$architecture" = "3" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user