mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Clearing the TTY.
This commit is contained in:
parent
e574293d31
commit
4d8e21e1d8
1 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Unmounting partitions.
|
# Cleaning the TTY.
|
||||||
echo "Unmounting /mnt in order to proceed with the installation of Arch Linux."
|
clear
|
||||||
umount -R /mnt &>/dev/null
|
|
||||||
|
|
||||||
# Exit on STDERR.
|
# Exit on STDERR.
|
||||||
set -e
|
set -e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue