From e9fc64db6889b65b84eca417911d307bd0d6e6bc Mon Sep 17 00:00:00 2001 From: jeanlego Date: Wed, 27 Mar 2019 09:14:52 -0300 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index cbc6ebb..3c89505 100755 --- a/install.sh +++ b/install.sh @@ -77,6 +77,8 @@ start() { *armv7l*) arch=armv7l ;; *x86_64*) arch=x64 ;; *i*86*) arch=x86 ;; + *ppc64le*) arch=ppc64le ;; + *ppc64*) arch=ppc64 ;; *) echo "Unsupported Architecture: $os $arch" 1>&2 exit 1