Merge "Linux Mint support"

This commit is contained in:
Jenkins 2013-04-09 15:22:13 +00:00 committed by Gerrit Code Review
commit f135928347

View File

@ -299,7 +299,7 @@ GetOSVersion() {
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