Bernhard Landauer 7 years ago
parent 79b24f8bf5
commit 70f92cd8ab

@ -319,7 +319,7 @@ install_manjaro_de_wm_git() {
# install git if not already installed
inst_needed git
# download manjaro-tools.-isoprofiles git repo
if [[ -f $PROFILES ]]; then
if [[ -e $PROFILES ]]; then
git -C $PROFILES pull 2>$ERR
check_for_error "pull profiles repo" $? install_graphics_menu
else

Loading…
Cancel
Save