diff options
| author | Blake Romero <blake@blkrom.com> | 2024-03-28 00:48:08 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-03-28 00:48:08 +0000 |
| commit | 920f10bb0da6defd9b996b396eb24963f91e3aa1 (patch) | |
| tree | 90a05d3e8cfd4de1f8ad4c810cbe2677962f53d9 | |
| parent | e93319349e70bb5722ae901bd940889fda2cda10 (diff) | |
Adjust prompt messages
| -rwxr-xr-x | install-artix.sh | 14 |
1 files 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'" |
