diff --git a/lib/util-advanced.sh b/lib/util-advanced.sh index 6be946b..be1e1cb 100644 --- a/lib/util-advanced.sh +++ b/lib/util-advanced.sh @@ -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 -} \ No newline at end of file +} diff --git a/lib/util-base.sh b/lib/util-base.sh index 19f3a19..75b3168 100644 --- a/lib/util-base.sh +++ b/lib/util-base.sh @@ -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