Skip to content

Commit

Permalink
Add support solus linux detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Nov 4, 2021
1 parent 3a8f73a commit f6b7ea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host/host_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ func PlatformInformation() (platform string, family string, version string, err
family = "alpine"
case "coreos":
family = "coreos"
case "solus":
family = "solus"
}

return platform, family, version, nil
Expand Down

0 comments on commit f6b7ea9

Please sign in to comment.