Update install.sh

This commit is contained in:
Janson 2022-03-12 09:50:50 +08:00 committed by GitHub
parent 9591af35ca
commit 22b714830e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,9 @@ get_image(){
if echo `uname -m` | grep -Eqi 'x86_64'; then if echo `uname -m` | grep -Eqi 'x86_64'; then
ARCH='amd64' ARCH='amd64'
elif echo `uname -m` | grep -Eqi 'aarch64'; then elif echo `uname -m` | grep -Eqi 'aarch64'; then
ARCH='amd64' ARCH='arm64'
else else
ARCH='amd64' ARCH='arm64'
fi fi
#if [ "${version}" == "full" ];then #if [ "${version}" == "full" ];then