1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-08 20:58:17 +03:00

Scientific linux is also supported

This commit is contained in:
lsimngar 2015-02-06 16:25:05 +01:00
parent 6d14b01c7f
commit 98fd7d7d20

View File

@ -62,7 +62,7 @@ DISTRIBUTIONS={
}
},
:redhat => {
:id => ['CentOS', /^RedHat/],
:id => ['CentOS', /^RedHat/, /^Scientific/],
:dependencies_common => ['ruby-devel', 'make'],
:dependencies => {
SQLITE => ['gcc', 'sqlite-devel'],