| commit | f1359283479d2ec759cc4e986edde9caf45fe94d | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Tue Apr 09 15:22:13 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Tue Apr 09 15:22:13 2013 +0000 |
| tree | 744a27cc3ff3c05e6ee0f42cdc9ba29edf9e22f5 | |
| parent | a44d5ed1353745258fec1a0e2c9a778d1c1f77d9 [diff] | |
| parent | 4a8496eca628f03944cd2abdce38bb6c5f521bdf [diff] |
Merge "Linux Mint support"
diff --git a/functions b/functions index 445af5f..9fdc391 100644 --- a/functions +++ b/functions
@@ -299,7 +299,7 @@ os_RELEASE=$(lsb_release -r -s) os_UPDATE="" os_PACKAGE="rpm" - if [[ "Debian,Ubuntu" =~ $os_VENDOR ]]; then + if [[ "Debian,Ubuntu,LinuxMint" =~ $os_VENDOR ]]; then os_PACKAGE="deb" elif [[ "SUSE LINUX" =~ $os_VENDOR ]]; then lsb_release -d -s | grep -q openSUSE