distro detection tweaks

This commit is contained in:
Dvlv 2024-10-15 16:31:24 +01:00
parent 0dace2bc95
commit 8c80822d56
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA

View file

@ -112,6 +112,7 @@ pub fn try_parse_distro_name_from_url(url: &str) -> String {
"alma",
"alpine",
"amazon",
"bazzite", // needs to be before arch because the image is bazzite-arch
"arch",
"centos",
"clearlinux",
@ -130,7 +131,9 @@ pub fn try_parse_distro_name_from_url(url: &str) -> String {
"rhel",
"rocky",
"slackware",
"steamos",
"ubuntu",
"ublue",
"vanilla",
"void",
];