From 8fb1ff89b482317cc092c392f7d9b929c9aa9dc6 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Sat, 19 Apr 2025 18:58:37 +0200 Subject: [PATCH] Update debian/setup-debian.sh --- debian/setup-debian.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/setup-debian.sh b/debian/setup-debian.sh index ecae507..9d5dc00 100644 --- a/debian/setup-debian.sh +++ b/debian/setup-debian.sh @@ -1,8 +1,5 @@ #!/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