Dev #5

Merged
sixteenmillimeter merged 8 commits from dev into master 2019-02-23 23:09:15 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit eee5095765 - Show all commits

View File

@ -9,7 +9,7 @@ sudo apt install nodejs npm -y
sudo npm install -g n
sudo n latest
sudo npm install -g npm@latest
sudo npm install -g pm2 node-gyp
sudo npm install -g pm2 node-gyp node-pre-gyp
echo "Installing bluetooth dependencies..."
sudo apt install bluetooth bluez libbluetooth-dev libudev-dev -y