From 4d8e21e1d8547b16b802dd5f1081d82bced58f40 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 09:37:35 +0100 Subject: [PATCH] Clearing the TTY. --- easy-arch.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 97fd2af..181b45a 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -1,8 +1,7 @@ #!/bin/bash -# Unmounting partitions. -echo "Unmounting /mnt in order to proceed with the installation of Arch Linux." -umount -R /mnt &>/dev/null +# Cleaning the TTY. +clear # Exit on STDERR. set -e