mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
newer glibc
This commit is contained in:
@@ -26,7 +26,7 @@ upgrade_only=false
|
|||||||
gamversion="latest"
|
gamversion="latest"
|
||||||
adminuser=""
|
adminuser=""
|
||||||
regularuser=""
|
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"
|
gam_macos_vers="10.14.4 10.13.6 10.12.6"
|
||||||
|
|
||||||
while getopts "hd:a:o:lp:u:r:v:" OPTION
|
while getopts "hd:a:o:lp:u:r:v:" OPTION
|
||||||
@@ -336,7 +336,7 @@ while $project_created; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo_green "Here's information about your new GAM installation:"
|
echo_green "Here's information about your new GAM installation:"
|
||||||
"$target_dir/gam/gam" version
|
"$target_dir/gam/gam" version extended
|
||||||
rc=$?
|
rc=$?
|
||||||
if (( $rc != 0 )); then
|
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."
|
echo_red "ERROR: Failed running GAM for the first time with $rc. Please report this error to GAM mailing list. Exiting."
|
||||||
|
|||||||
Reference in New Issue
Block a user