install.sh: exit on errors
This commit is contained in:
parent
2f4b5322a6
commit
bd7f6613b1
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# shellcheck disable=SC1090,SC1091
|
# shellcheck disable=SC1090,SC1091
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
dotfiles="$(dirname "$(realpath "$0")")"
|
dotfiles="$(dirname "$(realpath "$0")")"
|
||||||
|
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue