From 2470bdfb6c8a8c525c4beddb016ac54c40ff2614 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 9 Sep 2019 17:20:19 +0200 Subject: [PATCH] Update post installtion information Signed-off-by: Severin Kaderli --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 5b5b399..a3bffe1 100755 --- a/install +++ b/install @@ -411,5 +411,5 @@ 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" \ No newline at end of file +echo " • Download settings for Visual Studio Code" +echo " • Reboot the system" \ No newline at end of file