Skip to content
Snippets Groups Projects

Add solus support

Merged Julian Ospald requested to merge solus into master
All threads resolved!
5 files
+ 2400
3
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
0
@@ -220,6 +220,7 @@ data LinuxDistro = Debian
| RedHat
| Alpine
| AmazonLinux
| Solus
-- rolling
| Gentoo
| Exherbo
@@ -239,6 +240,7 @@ distroToString CentOS = "centos"
distroToString RedHat = "redhat"
distroToString Alpine = "alpine"
distroToString AmazonLinux = "amazon"
distroToString Solus = "solus"
distroToString Gentoo = "gentoo"
distroToString Exherbo = "exherbo"
distroToString UnknownLinux = "unknown"
Loading