Merge "Linux Mint support"
This commit is contained in:
commit
f135928347
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user