File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # TODO: remove the `-o Acquire::ForceIPv4=true` once Debian's mirrors work reliably over IPv6
4- apt-get -o Acquire::ForceIPv4=true install -y sudo
5- sudo apt-get -o Acquire::ForceIPv4=true update && sudo apt-get -o Acquire::ForceIPv4=true -y upgrade
3+ apt-get install -y sudo
4+ sudo apt-get update && sudo apt-get -y upgrade
65# install nodejs 6.x instead of the old 0.10 that debian defaults to
76curl -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 mosh && \
7+ sudo apt-get 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 && \
98sudo pip install -U openaps && \
109sudo pip install -U openaps-contrib && \
1110sudo openaps-install-udev-rules && \
You can’t perform that action at this time.
0 commit comments