View difference between Paste ID: V5yW82Ur and r1KLb7Ab
SHOW: | | - or go back to the newest paste.
1
#
2-
# [Issue 360](https://bitbucket.org/autonomy/knyc.acr.lab/issue/360)
2+
# [Issue 362](https://bitbucket.org/autonomy/knyc.acr.lab/issue/362)
3
#
4
set -e
5
set -x
6
7
echo "Starting: " $(date)
8
export TERM=xterm
9
10
# Deploys new versions of spice projects
11
apt-get -y --force-yes update
12
apt-get -y --force-yes install bbmint bbdill bbthyme bbginger
13
14
chmod 755 /opt/bbginger/current/bin/run-fetch-risk-positions.sh 
15
chmod 755 /opt/bbginger/current/bin/run-fetch-risk-positions-pbd.sh 
16
17
echo "Done: " $(date)