Major changes.

This commit is contained in:
Tommaso Chiti 2021-01-31 16:28:23 +01:00
parent 1e321827dc
commit 7effed6701
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
#!/bin/bash
# Exit on STDERR.
set -e
# Setting up the correct time.
timedatectl set-ntp true
# Selecting the target for the installation.
echo "Select the disk where Arch Linux is going to be installed."
select ENTRY in $(lsblk -dpn -I 8 -oNAME);