mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
url-shortening.
This commit is contained in:
parent
d9136fec19
commit
72d95c0ff2
2 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +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 t.ly/ZFid7)`
|
||||
|
||||
## Manual method
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -394,7 +394,7 @@ HOOKS=(systemd autodetect keyboard sd-vconsole modconf block sd-encrypt filesyst
|
|||
EOF
|
||||
|
||||
# Configuring the system.
|
||||
info_print "Configuring the system (timezone, system clock, initramfs, Snapper, GRUB)."
|
||||
info_print "Configuring the system (timezone, system clock, initramfs, Snapper, rEFInd)."
|
||||
arch-chroot /mnt /bin/bash -e <<EOF
|
||||
|
||||
# Setting up timezone.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue