Skip to content

Commit bfc09f3

Browse files
committed
install mosh
1 parent 6b1c717 commit bfc09f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/quick-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apt-get -o Acquire::ForceIPv4=true install -y sudo
55
sudo 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
77
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 && \
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 && \
99
sudo pip install -U openaps && \
1010
sudo pip install -U openaps-contrib && \
1111
sudo openaps-install-udev-rules && \

scripts/quick-src.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
apt-get install -y sudo
44
sudo 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 ) && \
77
sudo npm install -g json && \
88
sudo easy_install -ZU setuptools && \

0 commit comments

Comments
 (0)