feito fork de coolaj86/node-installer.sh
Update setup-min.sh
Esse commit está contido em:
pai
9163e8e4e5
commit
5e7cfb7a6c
@ -94,6 +94,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
|
|||||||
OS='ubuntu'
|
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 'Linux Mint')" ]; then
|
||||||
|
OS='ubuntu'
|
||||||
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then
|
elif [ "$(cat /etc/issue | grep -i 'Fedora')" ]; then
|
||||||
OS='fedora'
|
OS='fedora'
|
||||||
fi
|
fi
|
||||||
|
Carregando…
x
Referência em uma nova issue
Block a user