Merge pull request #32 from bastelfreak/ubuntu

Add Ubuntu 22.04 support
This commit is contained in:
Tim Meusel 2023-08-19 22:40:07 +02:00 committed by GitHub
commit a2fcd501c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,8 @@
"operatingsystem": "Ubuntu", "operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "operatingsystemrelease": [
"18.04", "18.04",
"20.04" "20.04",
"22.04"
] ]
} }
], ],