Update debian/setup-debian.sh

This commit is contained in:
ahoemann 2025-04-19 17:18:31 +02:00
parent ec95deb4ef
commit 7cba09a744

View file

@ -1,5 +1,8 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# Incase of pipefail stop the script
set -euo pipefail
# Add contrib, non-free and non-free-firmware to the sources # Add contrib, non-free and non-free-firmware to the sources
cat << END_OF_FILE > /etc/apt/sources.list cat << END_OF_FILE > /etc/apt/sources.list
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware