feito fork de coolaj86/node-installer.sh
Add elementary OS support
It is the same as ubuntu for the purpose of this script.
Esse commit está contido em:
pai
9974599f73
commit
54b89d6c3f
@ -94,6 +94,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Linux Mint')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'elementary OS')" ]; then
|
||||
OS='ubuntu'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Raspbian')" ]; then
|
||||
OS='raspbian'
|
||||
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then
|
||||
|
||||
Carregando…
x
Referência em uma nova issue
Block a user