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