]> git.proxmox.com Git - dab.git/commitdiff
debian 11: use short ostype
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 12:49:05 +0000 (14:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 24 May 2021 12:49:05 +0000 (14:49 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
DAB.pm

diff --git a/DAB.pm b/DAB.pm
index c1347ff0b9c636dda98c11c13fb63f97b1513d41..26db7ad9eb3b97263f3de6b5ab617e2a87222a30 100644 (file)
--- a/DAB.pm
+++ b/DAB.pm
@@ -61,7 +61,7 @@ sub __url_to_filename {
 #  origin: debian
 my $supported_suites = {
     'bullseye' => {
-       ostype => "debian-11.0",
+       ostype => "debian-11",
     },
     'buster' => {
        ostype => "debian-10",