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