From 72d95c0ff27cf9f25e2156fc0a2ca7cd1523cb94 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 15 Oct 2023 09:13:36 +0200 Subject: [PATCH] url-shortening. --- README.md | 4 ++++ easy-arch.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4474290..486c612 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/easy-arch.sh b/easy-arch.sh index 3df7ff8..ad462b1 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -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 <