From ee271cc24271088b6b0746b881e3d7ad0c828c8d Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Mon, 19 May 2025 00:53:09 -0600 Subject: [PATCH] add newline character --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 1e3f247..c557131 100644 --- a/installer.sh +++ b/installer.sh @@ -120,4 +120,4 @@ setup_shell setup_bluetooth setup_chroot post_install "$user" -printf "Installation finished, please reboot."; exit 0 +printf "Installation finished, please reboot.\n"; exit 0