Update install.sh
This commit is contained in:
parent
9591af35ca
commit
22b714830e
@ -20,9 +20,9 @@ get_image(){
|
||||
if echo `uname -m` | grep -Eqi 'x86_64'; then
|
||||
ARCH='amd64'
|
||||
elif echo `uname -m` | grep -Eqi 'aarch64'; then
|
||||
ARCH='amd64'
|
||||
ARCH='arm64'
|
||||
else
|
||||
ARCH='amd64'
|
||||
ARCH='arm64'
|
||||
fi
|
||||
|
||||
#if [ "${version}" == "full" ];then
|
||||
|
Loading…
x
Reference in New Issue
Block a user