From 7cba09a744be448781280c77756fa1a39ae6ac04 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Sat, 19 Apr 2025 17:18:31 +0200 Subject: [PATCH] Update debian/setup-debian.sh --- debian/setup-debian.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/setup-debian.sh b/debian/setup-debian.sh index f0d94c1..f0b04b8 100644 --- a/debian/setup-debian.sh +++ b/debian/setup-debian.sh @@ -1,5 +1,8 @@ #!/usr/bin/env sh +# Incase of pipefail stop the script +set -euo pipefail + # Add contrib, non-free and non-free-firmware to the sources cat << END_OF_FILE > /etc/apt/sources.list deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware