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