Skip to content

Commit

Permalink
Recognize LinuxMint as a Debian clone (close #506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Sep 5, 2015
1 parent 8d3d293 commit 14fe294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Rex/Commands/Gather.pm
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ sub is_mageia {
sub is_debian {
my $os = @_ ? shift : get_operating_system();

my @debian_clones = ( "Debian", "Ubuntu" );
my @debian_clones = ( "Debian", "Ubuntu", "LinuxMint" );

if ( grep { /$os/i } @debian_clones ) {
return 1;
Expand Down

0 comments on commit 14fe294

Please sign in to comment.