Update debian/setup-debian.sh
This commit is contained in:
parent
ec95deb4ef
commit
7cba09a744
1 changed files with 3 additions and 0 deletions
3
debian/setup-debian.sh
vendored
3
debian/setup-debian.sh
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue