diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-05-01 12:58:24 -0400 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-05-01 13:00:41 -0400 |
commit | 1f413eb9fcc6c1298257917a7973ca7b5b18e72f (patch) | |
tree | 90a066b7d8bdae603acefbb8d76f2839171df61f /ci | |
parent | 6baf75637c2543d26e5887f3cb5903b10185e3e1 (diff) |
Fix adding cloud-archive:newton issue in Ubuntu 16.04
Change-Id: Ib8946ca47cefbabd247b98ad0dc6d4f0789e767e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/03-maasdeploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index 43e95857..e92b9b74 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -10,6 +10,7 @@ if [ ! -e $HOME/.ssh/id_rsa ]; then fi #install the packages needed +sudo apt-get install software-properties-common -y sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:newton -y |