diff --git a/data/profile.conf.example b/data/profile.conf.example index cf59391..53420b0 100644 --- a/data/profile.conf.example +++ b/data/profile.conf.example @@ -38,7 +38,7 @@ # netinstall="false" # the default url for the netinstall.yaml -# netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinst" +# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups" # configure calamares to use chrootcfg instead of unpackfs; default: unpackfs # chrootcfg="false" diff --git a/lib/util.sh b/lib/util.sh index 0147988..8982669 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -456,7 +456,7 @@ load_profile_config(){ #[[ -z ${netgroups} ]] && -- needs to be hardcoded for now, until a standard has been established # will be unlocked again after everything has been established. - netgroups="https://raw.githubusercontent.com/manjaro/manjaro-tools-iso-profiles/master/shared/netinst" + netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups" [[ -z ${geoip} ]] && geoip='true'