mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Fix readme, again.
This commit is contained in:
parent
806282e639
commit
064cb77ed3
1 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||

|
||||

|
||||
|
||||
[easy-arch](https://github.com/classy-giraffe/easy-arch) is a **bash script** that boostraps [Arch Linux](https://archlinux.org/) with sane opinionated defaults (Beta version)
|
||||
[easy-arch](https://github.com/classy-giraffe/easy-arch) is a **bash script** that boostraps [Arch Linux](https://archlinux.org/) with sane opinionated defaults
|
||||
|
||||
- **BTRFS snapshots**: you will have a resilient setup that automatically takes snapshots of your volumes based on a weekly schedule
|
||||
- **LUKS2 encryption**: your data will live on a LUKS2 partition protected by a password
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
- **VM additions**: the script automatically provides guest tools if it detects that a virtualized environment such as VMWare Workstation, VirtualBox, QEMU-KVM is being used
|
||||
- **User account setup**: a default user account with sudo permissions can be configured in order to avoid hassle in the post installation phase
|
||||
- **CI checks**: ShellChecker checks every PR periodically for bash syntax errors, bad coding practices, etc...
|
||||
- **rEFInd**: this build supports rEFInd out of the box, instead of GRUB
|
||||
|
||||
## One-step Automated Install (shorter)
|
||||
|
||||
|
|
@ -19,7 +20,7 @@
|
|||
## Manual method
|
||||
|
||||
```bash
|
||||
wget -O easy-arch.sh https://raw.githubusercontent.com/classy-giraffe/easy-arch/refind/easy-arch.sh
|
||||
curl -o easy-arch.sh https://raw.githubusercontent.com/classy-giraffe/easy-arch/refind/easy-arch.sh
|
||||
chmod +x easy-arch.sh
|
||||
bash easy-arch.sh
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue