mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Setting time.
This commit is contained in:
parent
ce29a7d9ca
commit
dc256d4d86
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue