From 0aaf994f0bed03812f0b34e703947cc776e3737f Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 24 Jun 2019 20:45:11 +0200 Subject: [PATCH] Update install script Signed-off-by: Severin Kaderli --- install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install b/install index ef49fa2..2fe6c2e 100755 --- a/install +++ b/install @@ -25,7 +25,6 @@ HOST="$(hostname)" # Directories which should be created DIRECTORIES=( - ".local/keys" ".local/log" ".local/share/gnupg/" "documents" @@ -406,5 +405,4 @@ print_log "Set default shell to zsh" print_section "Post installation information" echo "${BOLD}Make sure you do the following after this installation:" echo -e " • Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}${BOLD}" -echo " • Download settings for Visual Studio Code" -echo -e " • Add taskwarrior keys to ${YELLOW}~/.local/keys/taskwarrior/${RESET}" \ No newline at end of file +echo " • Download settings for Visual Studio Code" \ No newline at end of file