Skip to content

Commit

Permalink
Merge pull request #387 from mscharley/patch-1
Browse files Browse the repository at this point in the history
Add support for MicroOS
  • Loading branch information
stanislav-tkach authored Nov 21, 2024
2 parents 6805517 + fa73e41 commit 41436a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os_info/src/linux/file_release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ static DISTRIBUTIONS: [ReleaseInfo; 6] = [
"ol" => Some(Type::OracleLinux),
"opensuse" => Some(Type::openSUSE),
"opensuse-leap" => Some(Type::openSUSE),
"opensuse-microos" => Some(Type::openSUSE),

Check warning on line 128 in os_info/src/linux/file_release.rs

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (microos)
"opensuse-tumbleweed" => Some(Type::openSUSE),
//"rancheros" => RancherOS
//"raspbian" => Raspbian
Expand Down

0 comments on commit 41436a3

Please sign in to comment.