From 06d9ffdf5809bd32172cff7d808c41d3d31cb387 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Sat, 19 Apr 2025 17:19:06 +0200 Subject: [PATCH] Update setup-main.sh --- setup-main.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-main.sh b/setup-main.sh index 6d2d287..9e2e395 100644 --- a/setup-main.sh +++ b/setup-main.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Incase of pipefail stop the script +set -euo pipefail + if [ $SCRIPT -eq "debian-setup" ]; then wget -q -O - https://git.adrianux.net/ahoemann/Setup-Scripts/raw/branch/main/debian/setup-debian.sh | bash elif [ $SCRIPT -eq "alpine-setup" ]; then