Browse Source

install

master
zeus 3 years ago
parent
commit
56c4e2a39e
  1. 1
      install.sh

1
install.sh

@ -24,6 +24,7 @@ fi
if ! command -v node &> /dev/null
then
toolsok='no'
echo "No node found"
echo "Install: https://github.com/nodesource/distributions"
echo "Install it and try again!"
else

Loading…
Cancel
Save