Skip to content

Commit d3d9aab

Browse files
committed
Added elementaryOS as linux
1 parent 4ac89e8 commit d3d9aab

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
@@ -35,6 +35,7 @@ class IfPlatform(dotbot.Plugin):
3535
'arch', # Arch Linux
3636
'cloudlinux', # CloudLinux OS
3737
'exherbo', # Exherbo Linux
38+
'elementary', # Elementary OS
3839
'gentoo', # GenToo Linux
3940
'ibm_powerkvm', # IBM PowerKVM
4041
'kvmibm', # KVM for IBM z Systems

0 commit comments

Comments
 (0)