From 884979bbff4eed077b60de36e10277d5d1987eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 14 Sep 2019 15:18:27 -0500 Subject: [PATCH] Fix not found directory .config/conky/ #3 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a1819b0..2b23fa2 100644 --- a/install.sh +++ b/install.sh @@ -45,6 +45,7 @@ do done printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying conky...' '\e[m' + install -d -m755 "$HOME/.config/conky/" install -m644 -v /tmp/i3config/tmp/conky.conf "$HOME/.config/conky/" printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Copying FontAwesome...' '\e[m'