diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 12:08:56 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 12:08:56 -0600 |
commit | 7c3f90c8f5ae8edf0d3533823b976cd8454b062c (patch) | |
tree | 10b2530055e4d7ef573768c5664c3d7716051b02 /ci | |
parent | 19f1c4df2573da6ee4d6c6bf3a32ee7f65b6ffe9 (diff) |
typo.
Change-Id: I9ed70dd6502c0bf813786e81de4fcfceee2a0642
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/02-maasdeploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 7d4e2fed..2e6f5cc7 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -71,7 +71,7 @@ sudo virsh pool-autostart default || true sudo apt-add-repository ppa:maas-deployers/stable -y sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y -sudo apt-add-repository ppa:cloud-archive/liberty -y +sudo apt-add-repository cloud-archive/liberty -y sudo apt-get update -y sudo apt-get dist-upgrade -y sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient |