Added Linux Mint support

Tento commit je obsažen v:
Joshua Mudge 2016-05-12 17:47:58 -06:00
rodič 9163e8e4e5
revize 4eccc5c807
2 změnil soubory, kde provedl 4 přidání a 0 odebrání

Zobrazit soubor

@ -92,6 +92,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
if [ "$(cat /etc/issue | grep -i 'Ubuntu')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
OS='raspbian'
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then

Zobrazit soubor

@ -92,6 +92,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
if [ "$(cat /etc/issue | grep -i 'Ubuntu')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then
OS='ubuntu'
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
OS='raspbian'
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then