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 dccb3e3 commit b324f85Copy full SHA for b324f85
src/platform.ts
@@ -87,6 +87,7 @@ export function getCurrentPlatform() {
87
case 'ol':
88
// Oracle Linux is binary compatible with CentOS
89
return Platform.CentOS;
90
+ case 'elementary':
91
case 'elementary OS':
92
const eOSVersionId = osReleaseMap.get("VERSION_ID");
93
if (eOSVersionId.startsWith("0.3")) {
0 commit comments