Skip to content

Commit 4e0d16d

Browse files
authored
Merge pull request #1 from mara-kr/master
Added elementaryOS as linux
2 parents e35b5c0 + d3d9aab commit 4e0d16d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The plugin queries the local platform string using the `distro` plugin. Acceptab
5151
| amazon | Amazon Linux |
5252
| arch | Arch Linux |
5353
| cloudlinux | CloudLinux OS |
54+
| elementary | Elementary OS |
5455
| exherbo | Exherbo Linux |
5556
| gentoo | GenToo Linux |
5657
| ibm_powerkvm | IBM PowerKVM |

ifplatform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class IfPlatform(dotbot.Plugin):
3838
'arch', # Arch Linux
3939
'cloudlinux', # CloudLinux OS
4040
'exherbo', # Exherbo Linux
41+
'elementary', # Elementary OS
4142
'gentoo', # GenToo Linux
4243
'ibm_powerkvm', # IBM PowerKVM
4344
'kvmibm', # KVM for IBM z Systems

0 commit comments

Comments
 (0)