Skip to content

Commit

Permalink
Add support for MicroOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley authored Nov 20, 2024
1 parent 6805517 commit fa73e41
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 fa73e41

Please sign in to comment.