Skip to content

Commit

Permalink
use dedicated profiles branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Landauer committed May 1, 2018
1 parent 7d7f759 commit 73d6485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/util-advanced.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -732,4 +732,4 @@ preloader() {
arch_chroot "systemctl enable preload"
fi

}
}
2 changes: 1 addition & 1 deletion lib/util-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73d6485

Please sign in to comment.