|
|
@ -328,7 +328,7 @@ fi |
|
|
|
|
|
|
|
# If the file successfully downloaded run the dependency check. |
|
|
|
if [ -n "${checkflag}" ]&&[ "${checkflag}" == "0" ]; then |
|
|
|
fn_fetch_file_github "lgsm/data" "${distroid}-${distroversion}.csv" |
|
|
|
fn_fetch_file_github "lgsm/data" "${distroid}-${distroversion}.csv" "lgsm/data" "chmodx" "norun" "noforce" "nohash" |
|
|
|
dependencyinstall=$(awk -F, '$1=="install" {$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") |
|
|
|