mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Update install.sh
This commit is contained in:
parent
9e144c623b
commit
5e728ae893
@ -211,6 +211,7 @@ initArch() {
|
||||
case $ARCH in
|
||||
amd64) ARCH="amd64";;
|
||||
x86_64) ARCH="amd64";;
|
||||
aarch64) ARCH="arm64";;
|
||||
# i386) ARCH="386";;
|
||||
*) printf "$red> The system architecture (${ARCH}) is not supported by this installation script.$reset\n"; exit 1;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user