Moved source from github to gitlab

merge-requests/273/head
Ste74 6 years ago
parent 6db04ce663
commit 18f7913966
No known key found for this signature in database
GPG Key ID: 8DB9F8C18DF53602

@ -94,7 +94,7 @@ install_manjaro_de_wm_git() {
git -C $PROFILES pull 2>$ERR
check_for_error "pull profiles repo" $?
else
git clone -b manjaro-architect --depth 1 https://github.com/manjaro/iso-profiles.git $PROFILES 2>$ERR
git clone -b manjaro-architect --depth 1 https://gitlab.manjaro.org/profiles-and-settings/iso-profiles.git $PROFILES 2>$ERR
check_for_error "clone profiles repo" $?
fi

@ -22,7 +22,7 @@ setup_profiles() {
git -C $PROFILES pull 2>$ERR
check_for_error "pull profiles repo" $?
else
git clone -b manjaro-architect --depth 1 https://github.com/manjaro/iso-profiles.git $PROFILES 2>$ERR
git clone -b manjaro-architect --depth 1 https://gitlab.manjaro.org/profiles-and-settings/iso-profiles.git $PROFILES 2>$ERR
check_for_error "clone profiles repo" $?
fi
else

Loading…
Cancel
Save