Clearing the TTY.

This commit is contained in:
Tommaso Chiti 2021-02-01 09:37:35 +01:00
parent e574293d31
commit 4d8e21e1d8

View file

@ -1,8 +1,7 @@
#!/bin/bash #!/bin/bash
# Unmounting partitions. # Cleaning the TTY.
echo "Unmounting /mnt in order to proceed with the installation of Arch Linux." clear
umount -R /mnt &>/dev/null
# Exit on STDERR. # Exit on STDERR.
set -e set -e