Advertisement
dcuddihy-acr-me

knyc.acr.lab-ticket-120

Feb 19th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # knyc.acr.lab: issue-120 -- Deploy betabox updates to staging.
  3. #
  4. set -e
  5. set -x
  6.  
  7. echo "Starting: " $(date)
  8.  
  9. # Deploys new versions of spice projects
  10. apt-get -y --force-yes update
  11. apt-get -y --force-yes install bbmint bbdill bbthyme bbginger
  12.  
  13. echo "Done: " $(date)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement