Support Oracle Linux (fix #83)
This commit is contained in:
@@ -33,7 +33,7 @@ impl Distribution {
|
||||
return Ok(Distribution::Arch);
|
||||
}
|
||||
|
||||
if content.contains("CentOS") {
|
||||
if content.contains("CentOS") || content.contains("Oracle Linux") {
|
||||
return Ok(Distribution::CentOS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user