Skip to content

Commit

Permalink
BIGTOP-427 Add support for Oracle Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
plinnell committed Mar 3, 2012
1 parent 8bd95ef commit 6456de0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -209,7 +209,7 @@ public abstract class PackageManager {
switch (linux_flavor ?: OS.linux_flavor) {
case ~/(?is).*(ubuntu|debian).*/:
return new AptCmdLinePackageManager();
case ~/(?is).*(redhat|centos|rhel|fedora).*/:
case ~/(?is).*(redhat|centos|rhel|fedora|enterpriseenterpriseserver).*/:
return new YumCmdLinePackageManager();
case ~/(?is).*(suse|sles|sled).*/:
return new ZypperCmdLinePackageManager();
Expand Down

0 comments on commit 6456de0

Please sign in to comment.