mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-24 18:41:33 -05:00
Setting time.
This commit is contained in:
parent
ce29a7d9ca
commit
dc256d4d86
@ -1,14 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Setting up the correct time.
|
||||||
|
timedatectl set-ntp true &>/dev/null
|
||||||
|
|
||||||
# Cleaning the TTY.
|
# Cleaning the TTY.
|
||||||
clear
|
clear
|
||||||
|
|
||||||
# Exit on STDERR.
|
# Exit on STDERR.
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Setting up the correct time.
|
|
||||||
timedatectl set-ntp true &>/dev/null
|
|
||||||
|
|
||||||
# Selecting the target for the installation.
|
# Selecting the target for the installation.
|
||||||
echo "Select the disk where Arch Linux is going to be installed."
|
echo "Select the disk where Arch Linux is going to be installed."
|
||||||
select ENTRY in $(lsblk -dpn -oNAME);
|
select ENTRY in $(lsblk -dpn -oNAME);
|
||||||
|
Loading…
Reference in New Issue
Block a user