]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Setup/CentOS.pm
setup: allow centos to version 9
[pve-container.git] / src / PVE / LXC / Setup / CentOS.pm
index 34430ff2135348434a362cbd2bcfcccd01977947..d73c0cff8294a5b5c8aa7d0c213b5c020f18c19b 100644 (file)
@@ -20,7 +20,7 @@ sub new {
     my $version;
 
     if ($release =~ m/release\s+(\d+\.\d+)(\.\d+)?/) {
-       if ($1 >= 5 && $1 <= 8.1) {
+       if ($1 >= 5 && $1 <= 9) {
            $version = $1;
        }
     }