Add elementary OS support
It is the same as ubuntu for the purpose of this script.
このコミットが含まれているのは:
コミット
54b89d6c3f
@ -94,6 +94,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
|
|||||||
OS='ubuntu'
|
OS='ubuntu'
|
||||||
elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then
|
elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then
|
||||||
OS='ubuntu'
|
OS='ubuntu'
|
||||||
|
elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then
|
||||||
|
OS='ubuntu'
|
||||||
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
|
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
|
||||||
OS='raspbian'
|
OS='raspbian'
|
||||||
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then
|
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then
|
||||||
|
|||||||
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする