Setting time.

This commit is contained in:
Tommaso Chiti 2021-02-01 09:58:18 +01:00
parent ce29a7d9ca
commit dc256d4d86

View file

@ -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);