summaryrefslogtreecommitdiff
path: root/install-artix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-artix.sh')
-rwxr-xr-xinstall-artix.sh14
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'"