Add explicit support for Void Linux, fixes #378
This commit is contained in:
parent
6e13602077
commit
1304e22235
@ -250,6 +250,7 @@ data LinuxDistro = Debian
|
||||
| Alpine
|
||||
| AmazonLinux
|
||||
| RockyLinux
|
||||
| VoidLinux
|
||||
-- rolling
|
||||
| Gentoo
|
||||
| Exherbo
|
||||
@ -270,6 +271,7 @@ distroToString RedHat = "redhat"
|
||||
distroToString Alpine = "alpine"
|
||||
distroToString AmazonLinux = "amazon"
|
||||
distroToString RockyLinux = "rocky"
|
||||
distroToString VoidLinux = "void"
|
||||
distroToString Gentoo = "gentoo"
|
||||
distroToString Exherbo = "exherbo"
|
||||
distroToString UnknownLinux = "unknown"
|
||||
|
Loading…
Reference in New Issue
Block a user