mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 20:21:34 -05:00
Major changes.
This commit is contained in:
parent
1e321827dc
commit
7effed6701
@ -1,3 +1,3 @@
|
||||
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)```
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user