mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 20:21:34 -05:00
Clearing the TTY.
This commit is contained in:
parent
e574293d31
commit
4d8e21e1d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user