From 920f10bb0da6defd9b996b396eb24963f91e3aa1 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 28 Mar 2024 00:48:08 +0000 Subject: Adjust prompt messages --- install-artix.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/install-artix.sh b/install-artix.sh index 0ddfd44..f33be58 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -252,9 +252,9 @@ artix-chroot /mnt bash -c "grub-install ${grub_options}" artix-chroot /mnt bash -c "grub-mkconfig -o /boot/grub/grub.cfg" echo " -====================================================================== - MAIN INSTALLATION COMPLETE! -====================================================================== +---------------------------------------------------------------------- + Main Installation Complete +---------------------------------------------------------------------- " # Enable Arch repositories (extra, community & multilib) @@ -337,6 +337,10 @@ cryptsetup close root swapoff -a set +x -echo "Installation complete!" +echo " +====================================================================== + Installation Finished +====================================================================== +" echo "You can now reboot and log into system" -echo "Note: AFTER reboot be sure to enable the firewall with 'ufw enable'" +echo "NOTE: AFTER reboot be sure to enable the firewall with 'ufw enable'" -- cgit