From 4acb1bdac231b1e08bbc3cc6fdb1d6c31e881c51 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Wed, 1 Mar 2017 11:30:31 +0100 Subject: [PATCH] fix 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 205c1dc..2f3449e 100644 --- a/lib/util-desktop.sh +++ b/lib/util-desktop.sh @@ -318,7 +318,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