Added Linux Mint support
这个提交包含在:
父节点
9163e8e4e5
当前提交
4eccc5c807
@ -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
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户