Files
cgm-remote-monitor/setup.sh
T
PieterGit dd1a3ea294 remove python and python-software-properties from setup.sh
As far as I see in the current codebase there are no references to python. Should be tested with reinstall on clean pi3 install.
2018-07-10 23:31:33 +02:00

7 lines
157 B
Bash
Executable File

#!/bin/sh
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -y nodejs build-essential git
npm install