From e4cdb2fcede5d91ce34a5bdda483f80db56c7172 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Mon, 19 May 2025 12:56:59 -0600 Subject: [PATCH] added notice after finishing --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 1b53d28..15cfd8f 100644 --- a/installer.sh +++ b/installer.sh @@ -122,4 +122,4 @@ setup_shell setup_bluetooth setup_chroot post_install "$user" -printf "Installation finished, please reboot.\n"; exit 0 +printf "Installation finished, before you reboot please install packages you need (e.g nvidia/amd drivers) \n"; exit 0