diff --git a/README.md b/README.md index 8594964..33cccf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ How does it work? -```bash <(curl -sSL https://raw.githubusercontent.com/classy-giraffe/easy-arch/main/easy-arch.sh)``` \ No newline at end of file +```bash <(curl -sSL https://u.nu/ws5e2)``` \ No newline at end of file diff --git a/easy-arch.sh b/easy-arch.sh index 73c5f4a..1ddde27 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -1,5 +1,11 @@ #!/bin/bash +# Exit on STDERR. +set -e + +# Setting up the correct time. +timedatectl set-ntp true + # Selecting the target for the installation. echo "Select the disk where Arch Linux is going to be installed." select ENTRY in $(lsblk -dpn -I 8 -oNAME);