use dedicated profiles branch

merge-requests/273/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 git -C $PROFILES pull 2>$ERR
check_for_error "pull profiles repo" $? check_for_error "pull profiles repo" $?
else 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" $? check_for_error "clone profiles repo" $?
fi fi
@ -732,4 +732,4 @@ preloader() {
arch_chroot "systemctl enable preload" arch_chroot "systemctl enable preload"
fi fi
} }

@ -22,7 +22,7 @@ setup_profiles() {
git -C $PROFILES pull 2>$ERR git -C $PROFILES pull 2>$ERR
check_for_error "pull profiles repo" $? check_for_error "pull profiles repo" $?
else 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" $? check_for_error "clone profiles repo" $?
fi fi
else else

Loading…
Cancel
Save