Merge pull request #1408 from digitalcheetah/guix

Adding Guix to detected OSes
This commit is contained in:
Michael Boelen 2023-09-13 13:07:08 +02:00 committed by GitHub
commit 986237f557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -260,6 +260,12 @@
OS_NAME="Gentoo Linux"
OS_VERSION="Rolling release"
;;
"guix")
LINUX_VERSION="Guix"
OS_FULLNAME="Guix System"
OS_NAME="Guix"
OS_VERSION="Rolling release"
;;
"ipfire")
LINUX_VERSION="IPFire"
OS_NAME="IPFire"