File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 33# TODO: remove the `-o Acquire::ForceIPv4=true` once Debian's mirrors work reliably over IPv6
44apt-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
6- sudo apt-get -o Acquire::ForceIPv4=true 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 && \
6+ # install nodejs 6.x instead of the old 0.10 that debian defaults to
7+ curl -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 && \
79sudo pip install -U openaps && \
810sudo pip install -U openaps-contrib && \
911sudo openaps-install-udev-rules && \
You can’t perform that action at this time.
0 commit comments