derivado de coolaj86/node-installer.sh
Added Trisquel support
Este cometimento está contido em:
ascendente
1dc6e04c2b
cometimento
6f4a429a25
@ -98,6 +98,8 @@ elif [ "$(uname | grep -i 'Linux')" ]; then
|
|||||||
OS='ubuntu'
|
OS='ubuntu'
|
||||||
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
|
elif [ "$(cat /etc/issue | grep -i 'Debian')" ]; then
|
||||||
OS='ubuntu'
|
OS='ubuntu'
|
||||||
|
elif [ "$(cat /etc/issue | grep -i 'Trisquel')" ]; 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
|
||||||
|
Carregando…
x
Criar uma nova questão referindo esta
Bloquear um utilizador