File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apt-get -o Acquire::ForceIPv4=true install -y sudo
55sudo apt-get -o Acquire::ForceIPv4=true update && sudo apt-get -o Acquire::ForceIPv4=true -y upgrade
66# install nodejs 6.x instead of the old 0.10 that debian defaults to
77curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
8- sudo apt-get -o Acquire::ForceIPv4=true install -y git python python-dev python-software-properties python-numpy python-pip nodejs npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors && \
8+ sudo apt-get -o Acquire::ForceIPv4=true install -y git python python-dev python-software-properties python-numpy python-pip nodejs npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors mosh && \
99sudo pip install -U openaps && \
1010sudo pip install -U openaps-contrib && \
1111sudo openaps-install-udev-rules && \
Original file line number Diff line number Diff line change 22
33apt-get install -y sudo
44sudo apt-get update
5- sudo apt-get install -y git python python-dev python-software-properties python-numpy python-pip nodejs-legacy npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors && \
5+ sudo apt-get install -y git python python-dev python-software-properties python-numpy python-pip nodejs-legacy npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors mosh && \
66( curl -s https://bootstrap.pypa.io/ez_setup.py | sudo python ) && \
77sudo npm install -g json && \
88sudo easy_install -ZU setuptools && \
You can’t perform that action at this time.
0 commit comments