[util] netgroups need to be hardcoded after all

This commit is contained in:
Philip 2016-09-25 10:53:12 +02:00
parent af67cba38a
commit 47354bef3e

View file

@ -455,7 +455,8 @@ load_profile_config(){
[[ -z ${unpackfs} ]] && unpackfs='true' [[ -z ${unpackfs} ]] && unpackfs='true'
[[ -z ${netgroups} ]] && netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinstall" #[[ -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"
[[ -z ${geoip} ]] && geoip='true' [[ -z ${geoip} ]] && geoip='true'