From 516f13bf4866f8c053cd0197d7befa32d6b82629 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 22 Nov 2018 15:08:04 -0500 Subject: [PATCH] Update gam-install.sh --- src/gam-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index f7a35b1e..b13fbfea 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -84,7 +84,7 @@ case $gamos in arm|armv7l) gamfile="linux-armv7l.tar.xz";; arm64|aarch64) gamfile="linux-aarch64.tar.xz";; *) - echo_red "ERROR: this installer currently only supports i386, x86_64 and arm Linux. Looks like you're running on $gamarch. Exiting." + echo_red "ERROR: this installer currently only supports i386, x86_64, arm and arm64 Linux. Looks like you're running on $gamarch. Exiting." exit esac ;;