mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-14 06:01:33 -05:00
Silencing outputs.
This commit is contained in:
parent
ac7d8980f9
commit
8eb1c103ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user