Update debian/setup-debian.sh
This commit is contained in:
parent
2abbe227a3
commit
755f6d00f4
1 changed files with 6 additions and 6 deletions
12
debian/setup-debian.sh
vendored
12
debian/setup-debian.sh
vendored
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
# 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 trixie main contrib non-free non-free-firmware
|
||||||
deb-src https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
|
deb-src https://deb.debian.org/debian trixie main contrib non-free non-free-firmware
|
||||||
|
|
||||||
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
|
deb https://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
|
||||||
deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
|
deb-src https://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
|
||||||
|
|
||||||
deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
|
deb https://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
|
||||||
deb-src https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
|
deb-src https://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
|
||||||
END_OF_FILE
|
END_OF_FILE
|
||||||
|
|
||||||
# Add multi-arch support
|
# Add multi-arch support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue