From 8eb1c103ea4a50ce693090a0455e90337473a24c Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 09:28:35 +0100 Subject: [PATCH] Silencing outputs. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 1a01b06..74c4369 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -2,7 +2,7 @@ # Unmounting partitions. echo "Unmounting /mnt in order to proceed with the installation of Arch Linux." -umount -R /mnt +umount -R /mnt &>/dev/null # Exit on STDERR. set -e