mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Major changes.
This commit is contained in:
parent
1e321827dc
commit
7effed6701
2 changed files with 7 additions and 1 deletions
|
|
@ -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)```
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue