From c5d194489f8987907a76d4687d7764b9c76da757 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 22 Apr 2025 16:01:09 -0400 Subject: [PATCH] [no ci] actions: fix description of possible arch choices --- 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 b8d75b47..532d9c96 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -8,7 +8,7 @@ GAM installation script. OPTIONS: -h show help. -d Directory where gam folder will be installed. Default is \$HOME/bin/ - -a Architecture to install (i386, x86_64, x86_64_legacy, arm, arm64). Default is to detect your arch with "uname -m". + -a Architecture to install (x86_64, arm64). Default is to detect your arch with "uname -m". -o OS we are running (linux, macos). Default is to detect your OS with "uname -s". -b OS version. Default is to detect on MacOS and Linux. -l Just upgrade GAM to latest version. Skips project creation and auth.