|
@ -310,8 +310,8 @@ if [ ! -f "${datadir}/${distroid}-${distroversion}.csv" ]; then |
|
|
fn_check_file_github "lgsm/data" "${distroid}-${distroversion}.csv" |
|
|
fn_check_file_github "lgsm/data" "${distroid}-${distroversion}.csv" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Select Distro |
|
|
# Select Distro |
|
|
|
|
|
if [ "${checkflag}" == "0" ]; then |
|
|
dependencyinstall=$(awk -F, '$1=="install" {$1=""; print $0}' "${datadir}/${distroid}-${distroversion}.csv") |
|
|
dependencyinstall=$(awk -F, '$1=="install" {$1=""; print $0}' "${datadir}/${distroid}-${distroversion}.csv") |
|
|
dependencyall=$(awk -F, '$1=="all" {$1=""; print $0}' "${datadir}/${distroid}-${distroversion}.csv") |
|
|
dependencyall=$(awk -F, '$1=="all" {$1=""; print $0}' "${datadir}/${distroid}-${distroversion}.csv") |
|
|
dependencyshortname=$(awk -v shortname="$shortname" -F, '$1==shortname {$1=""; print $0}' "${datadir}/${distroid}-${distroversion}.csv") |
|
|
dependencyshortname=$(awk -v shortname="$shortname" -F, '$1==shortname {$1=""; print $0}' "${datadir}/${distroid}-${distroversion}.csv") |
|
@ -324,3 +324,6 @@ array_deps_missing=() |
|
|
|
|
|
|
|
|
array_deps_required=(${dependencyall} ${dependencyshortname}) |
|
|
array_deps_required=(${dependencyall} ${dependencyshortname}) |
|
|
fn_check_loop |
|
|
fn_check_loop |
|
|
|
|
|
else |
|
|
|
|
|
fn_print_warning_nl "LinuxGSM dependency checking currently unavailable for ${distroname}." |
|
|
|
|
|
fi |
|
|