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