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:
parent
ce29a7d9ca
commit
dc256d4d86
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user