diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-14 15:18:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-14 15:18:27 -0500 |
commit | 884979bbff4eed077b60de36e10277d5d1987eb0 (patch) | |
tree | aacf4b1b14d8110e685b63c1eba9e02913a54d89 | |
parent | 69035fc3de736466c8e2243a71b2613762adac28 (diff) | |
download | i3-config-884979bbff4eed077b60de36e10277d5d1987eb0.tar.lz i3-config-884979bbff4eed077b60de36e10277d5d1987eb0.tar.xz i3-config-884979bbff4eed077b60de36e10277d5d1987eb0.zip |
Fix not found directory .config/conky/ #3
-rw-r--r-- | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |