Advertisement
dcuddihy-acr-me

knyc.acr.lab.issues.360

Jul 7th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. #
  2. # [Issue 360](https://bitbucket.org/autonomy/knyc.acr.lab/issue/360)
  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.  
  15. echo "Done: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement