aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-09-14 15:18:27 -0500
committerJesús <heckyel@hyperbola.info>2019-09-14 15:18:27 -0500
commit884979bbff4eed077b60de36e10277d5d1987eb0 (patch)
treeaacf4b1b14d8110e685b63c1eba9e02913a54d89
parent69035fc3de736466c8e2243a71b2613762adac28 (diff)
downloadi3-config-884979bbff4eed077b60de36e10277d5d1987eb0.tar.lz
i3-config-884979bbff4eed077b60de36e10277d5d1987eb0.tar.xz
i3-config-884979bbff4eed077b60de36e10277d5d1987eb0.zip
Fix not found directory .config/conky/ #3
-rw-r--r--install.sh1
1 files changed, 1 insertions, 0 deletions
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'