use dedicated profiles branch

merge-requests/260/head 0.9.12
Bernhard Landauer 6 years ago
parent 7d7f7595d3
commit 73d6485961

@ -90,7 +90,7 @@ install_manjaro_de_wm_git() {
git -C $PROFILES pull 2>$ERR
check_for_error "pull profiles repo" $?
else
git clone --depth 1 https://github.com/manjaro/iso-profiles.git $PROFILES 2>$ERR
git clone -b manjaro-architect --depth 1 https://github.com/manjaro/iso-profiles.git $PROFILES 2>$ERR
check_for_error "clone profiles repo" $?
fi
@ -732,4 +732,4 @@ preloader() {
arch_chroot "systemctl enable preload"
fi
}
}

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

Loading…
Cancel
Save