From bd7f6613b100bfb0143c510c1e2f263c602234e4 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 3 Oct 2023 12:50:30 +0200 Subject: [PATCH] install.sh: exit on errors --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 3de86d6..0d2c840 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,8 @@ #!/bin/sh # shellcheck disable=SC1090,SC1091 +set -eu + dotfiles="$(dirname "$(realpath "$0")")" if [ -t 1 ]; then