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 if ! command -v node &> /dev/null
then then
toolsok='no' toolsok='no'
echo "No node found"
echo "Install: https://github.com/nodesource/distributions" echo "Install: https://github.com/nodesource/distributions"
echo "Install it and try again!" echo "Install it and try again!"
else else

Loading…
Cancel
Save