refind commit

This commit is contained in:
Tommaso Chiti 2023-10-15 00:22:24 +02:00
parent 0fb1180482
commit 254d298945
2 changed files with 7 additions and 14 deletions

View file

@ -12,14 +12,10 @@
- **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...
## One-step Automated Install (shorter)
### `bash <(curl -sL bit.ly/easy-arch)`
## Alternative Methods (manual)
## Manual method
```bash
wget -O easy-arch.sh https://raw.githubusercontent.com/classy-giraffe/easy-arch/main/easy-arch.sh
wget -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
```