diff --git a/arch-setup/install.sh b/arch-setup/install.sh index f747b120..448137f9 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -euo pipefail + #change to home (does not show in terminal) cd "$HOME" || exit