blob: 17cea1b4353fd548a7f39832c636411ff603e715 [file] [log] [blame]
#!/bin/bash
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
# install node and npm
sudo apt-get -y install nodejs npm