4378d034de46d222d170e3e29098ceb0c32088f7
[osm/riftware.git] /
1 #!/bin/bash
2 set -e
3
4 status-set maintenance "installing"
5
6 # Install sshpass as we'll need it shortly
7 apt-get update
8 apt-get -q -y --force-yes install sshpass
9
10 status-set maintenance "installed"