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 18:48:54 +0000 |
commit | db89e656296dc9da94bd5dbaa63cbb10e67c6133 (patch) | |
tree | 99f5a55c716770a777ef0fd06dd355a91208e300 | |
parent | c17384dfb1be1cca1b587b88f01cc7f982f2e0d9 (diff) |
typo.
Change-Id: I9ed70dd6502c0bf813786e81de4fcfceee2a0642
(cherry picked from commit 7c3f90c8f5ae8edf0d3533823b976cd8454b062c)
-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 |