Added Linux Mint support

This commit is contained in:
Joshua Mudge 2016-05-12 17:47:58 -06:00
父節點 9163e8e4e5
當前提交 4eccc5c807
共有 2 個檔案被更改,包括 4 行新增0 行删除

查看文件

@ -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

查看文件

@ -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