diff --git a/lib/util-desktop.sh b/lib/util-desktop.sh index ba0b912..31e4ec4 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -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