build: update debian backports repo.

This commit is contained in:
Alexandre Pujol 2023-09-29 19:20:50 +01:00
parent 5b180bfeb2
commit 6f2ae26749
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -31,13 +31,13 @@ packages:
runcmd: runcmd:
- apt-get update -y - apt-get update -y
- apt-get install -y -t bullseye-backports golang-go - apt-get install -y -t bookworm-backports golang-go
write_files: write_files:
- path: /etc/apt/sources.list - path: /etc/apt/sources.list
append: true append: true
content: deb http://deb.debian.org/debian bullseye-backports main contrib non-free content: deb http://deb.debian.org/debian bookworm-backports main contrib non-free
# Network configuration # Network configuration
- path: /etc/systemd/network/20-wired.network - path: /etc/systemd/network/20-wired.network