Skip to content

Commit

Permalink
Add linux mint support (#817)
Browse files Browse the repository at this point in the history
Update linux.rs
  • Loading branch information
lachsdachs authored May 26, 2024
1 parent f96eeed commit 3cc8f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/steps/os/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl Distribution {

Some("nobara") => Distribution::Nobara,
Some("void") => Distribution::Void,
Some("debian") | Some("pureos") | Some("Deepin") => Distribution::Debian,
Some("debian") | Some("pureos") | Some("Deepin") | Some("linuxmint") => Distribution::Debian,
Some("arch") | Some("manjaro-arm") | Some("garuda") | Some("artix") => Distribution::Arch,
Some("solus") => Distribution::Solus,
Some("gentoo") => Distribution::Gentoo,
Expand Down

0 comments on commit 3cc8f0d

Please sign in to comment.