From 736b833d52359e1fdc3285bd6cb1d053bbf3067c Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 1 Oct 2019 15:56:48 -0400 Subject: [PATCH] newer glibc --- src/gam-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index 103057d4..7e03417b 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -26,7 +26,7 @@ upgrade_only=false gamversion="latest" adminuser="" regularuser="" -gam_glibc_vers="2.23 2.19 2.15" +gam_glibc_vers="2.27 2.23 2.19 2.15" gam_macos_vers="10.14.4 10.13.6 10.12.6" while getopts "hd:a:o:lp:u:r:v:" OPTION @@ -336,7 +336,7 @@ while $project_created; do done echo_green "Here's information about your new GAM installation:" -"$target_dir/gam/gam" version +"$target_dir/gam/gam" version extended rc=$? if (( $rc != 0 )); then echo_red "ERROR: Failed running GAM for the first time with $rc. Please report this error to GAM mailing list. Exiting."