diff --git a/easy-arch.sh b/easy-arch.sh index bb02ee0..09d7727 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -1,14 +1,14 @@ #!/bin/bash +# Setting up the correct time. +timedatectl set-ntp true &>/dev/null + # Cleaning the TTY. clear # Exit on STDERR. set -e -# Setting up the correct time. -timedatectl set-ntp true &>/dev/null - # Selecting the target for the installation. echo "Select the disk where Arch Linux is going to be installed." select ENTRY in $(lsblk -dpn -oNAME);