From 8c0384d73b9cefa072769c90ef389cab6a6bb7a1 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 11 Jan 2024 03:01:59 -0500 Subject: [PATCH] \n --- scripts/install_arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_arch b/scripts/install_arch index b8d9862..63c3ae6 100755 --- a/scripts/install_arch +++ b/scripts/install_arch @@ -112,5 +112,5 @@ if [ "$SHELL" = "/bin/zsh" ]; then else sudo chsh -s /bin/zsh "$USER" - printf "\nLog out and back in for changes to take effect." + printf "\nLog out and back in for changes to take effect.\n" fi