1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00

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,3 +1,3 @@
How does it work? How does it work?
```bash <(curl -sSL https://raw.githubusercontent.com/classy-giraffe/easy-arch/main/easy-arch.sh)``` ```bash <(curl -sSL https://u.nu/ws5e2)```

View File

@ -1,5 +1,11 @@
#!/bin/bash #!/bin/bash
# Exit on STDERR.
set -e
# Setting up the correct time.
timedatectl set-ntp true
# 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 -I 8 -oNAME); select ENTRY in $(lsblk -dpn -I 8 -oNAME);