Browse Source

add info_distro.sh

pull/3583/head
Daniel Gibbs 4 years ago
parent
commit
b4583c8e6f
No known key found for this signature in database GPG Key ID: 5D5AB867A27738EC
  1. 8
      lgsm/functions/command_update_linuxgsm.sh

8
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"

Loading…
Cancel
Save