util: change netgroups path, so profiles can accomodate a new netinstall profile in official; twice the same name clash in the path finding

This commit is contained in:
udeved 2016-09-25 11:00:33 +02:00
parent 47354bef3e
commit 1ba3fbe021

View file

@ -456,7 +456,8 @@ load_profile_config(){
[[ -z ${unpackfs} ]] && unpackfs='true' [[ -z ${unpackfs} ]] && unpackfs='true'
#[[ -z ${netgroups} ]] && -- needs to be hardcoded for now, until a standard has been established #[[ -z ${netgroups} ]] && -- needs to be hardcoded for now, until a standard has been established
netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall" # will be unlocked again after everything has been established.
netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinst"
[[ -z ${geoip} ]] && geoip='true' [[ -z ${geoip} ]] && geoip='true'