Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 5D5AB867A27738EC
1 changed files with
8 additions and
0 deletions
-
lgsm/functions/command_update_linuxgsm.sh
|
|
@ -11,6 +11,14 @@ functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
fn_firstcommand_set |
|
|
|
|
|
|
|
check.sh |
|
|
|
info_distro.sh |
|
|
|
|
|
|
|
# some RHEL based distros use 8.4 instead of just 8. |
|
|
|
if [[ "${distroidlike}" == *"rhel"* ]]||[ "${distroid}" == "rhel" ]; then |
|
|
|
distroversioncsv="${distroversionrh}" |
|
|
|
else |
|
|
|
distroversioncsv="${distroversion}" |
|
|
|
fi |
|
|
|
|
|
|
|
fn_print_dots "" |
|
|
|
fn_script_log_info "Updating LinuxGSM" |
|
|
|