From 70f92cd8abf94b5cb90f3a4d56923e939c10d6b8 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Wed, 1 Mar 2017 11:32:23 +0100 Subject: [PATCH] https://github.com/Chrysostomus/manjaro-architect/issues/75#issuecomment-283257043 --- lib/util-desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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