~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/transcode/01-deploy.sh

  • Committer: MMorana
  • Date: 2016-03-24 01:18:40 UTC
  • Revision ID: mass@ubuntu.com-20160324011840-blxydmf7ca4ggle0
Splitting out demos from install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
 
4
 
set -e
5
 
 
6
 
dpkg -l ubuntu-restricted-addons >/dev/null 2>&1 || sudo apt-get install ubuntu-restricted-addons -y
7
 
juju set-constraints tags=
8
 
export JUJU_REPOSITORY=
9
 
juju-deployer -c transcode.yaml orange-box
10
 
 
11
 
 
12
 
echo "Deployment finished"