We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac89e8 commit d3d9aabCopy full SHA for d3d9aab
README.md
@@ -51,6 +51,7 @@ The plugin queries the local platform string using the `distro` plugin. Acceptab
51
| amazon | Amazon Linux |
52
| arch | Arch Linux |
53
| cloudlinux | CloudLinux OS |
54
+| elementary | Elementary OS |
55
| exherbo | Exherbo Linux |
56
| gentoo | GenToo Linux |
57
| ibm_powerkvm | IBM PowerKVM |
ifplatform.py
@@ -35,6 +35,7 @@ class IfPlatform(dotbot.Plugin):
35
'arch', # Arch Linux
36
'cloudlinux', # CloudLinux OS
37
'exherbo', # Exherbo Linux
38
+ 'elementary', # Elementary OS
39
'gentoo', # GenToo Linux
40
'ibm_powerkvm', # IBM PowerKVM
41
'kvmibm', # KVM for IBM z Systems
0 commit comments