From dc256d4d86ec0d57316d9f70fcd717f46cb5684c Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 09:58:18 +0100 Subject: [PATCH] Setting time. --- easy-arch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);