diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-05 12:58:38 +0000 |
|---|---|---|
| committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-01-05 12:58:38 +0000 |
| commit | 877960c5c18a02ad3df338cc352825e4e1c6d792 (patch) | |
| tree | 9b49afab7ee97bbb2142401e2e1ae21e0b6b90ee | |
| parent | 9976d4456352d051002ffa03148262182f7fee90 (diff) | |
| download | vyos-vm-images-877960c5c18a02ad3df338cc352825e4e1c6d792.tar.gz vyos-vm-images-877960c5c18a02ad3df338cc352825e4e1c6d792.zip | |
T5899: Use default repo bookworm if vyos_version is unkmowm
Replace debian.list `bullseye` with `bookworm`
| -rw-r--r-- | templates/debian.list.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/debian.list.j2 b/templates/debian.list.j2 index b358fa9..79c6bca 100644 --- a/templates/debian.list.j2 +++ b/templates/debian.list.j2 @@ -10,8 +10,8 @@ deb http://deb.debian.org/debian buster-updates main contrib non-free deb http://security.debian.org/debian-security/ buster/updates main contrib non-free deb http://dev.packages.vyos.net/repositories/equuleus equuleus main {% else %} -deb http://deb.debian.org/debian bullseye main contrib non-free -deb http://deb.debian.org/debian bullseye-updates main contrib non-free -deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free +deb http://deb.debian.org/debian bookworm main contrib non-free +deb http://deb.debian.org/debian bookworm-updates main contrib non-free +deb http://deb.debian.org/debian-security/ bookworm-security main contrib non-free deb http://dev.packages.vyos.net/repositories/current current main {% endif %} |
