build: update debian backports repo.
This commit is contained in:
parent
5b180bfeb2
commit
6f2ae26749
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue