install.sh: exit on errors

This commit is contained in:
Fernando Schauenburg 2023-10-03 12:50:30 +02:00
parent 2f4b5322a6
commit bd7f6613b1

View file

@ -1,6 +1,8 @@
#!/bin/sh
# shellcheck disable=SC1090,SC1091
set -eu
dotfiles="$(dirname "$(realpath "$0")")"
if [ -t 1 ]; then