1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-09 12:11:33 -05:00

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