Silencing outputs.

This commit is contained in:
Tommaso Chiti 2021-02-01 09:28:35 +01:00
parent ac7d8980f9
commit 8eb1c103ea

View file

@ -2,7 +2,7 @@
# Unmounting partitions. # Unmounting partitions.
echo "Unmounting /mnt in order to proceed with the installation of Arch Linux." echo "Unmounting /mnt in order to proceed with the installation of Arch Linux."
umount -R /mnt umount -R /mnt &>/dev/null
# Exit on STDERR. # Exit on STDERR.
set -e set -e