commit | 50f87e0c8271fc8e856e560d87f363380dbdfb91 | [log] [tgz] |
---|---|---|
author | Petr Micahlec <pmichalec@mirantis.com> | Thu Apr 13 11:38:22 2017 +0200 |
committer | Petr Michalec <pmichalec@mirantis.com> | Thu Apr 13 11:42:11 2017 +0200 |
tree | 8c5c6eb9b60411ba0fc41a15ccc0ecd6cbc1a842 | |
parent | 966a432a6fc7208b1a5f0a30c0ea5040df84b158 [diff] [blame] |
Preinstall common prerequisites Change-Id: I1678188e725a98f7654dedf2b69fdcae2834b206
diff --git a/ubuntu-14.04/scripts/base.sh b/ubuntu-14.04/scripts/base.sh index 1570321..e4283e1 100644 --- a/ubuntu-14.04/scripts/base.sh +++ b/ubuntu-14.04/scripts/base.sh
@@ -36,6 +36,9 @@ set -g xterm-keys on EOF +# Install common prerequisites +apt-get -y install apt-transport-https python-apt python-m2crypto python-psutil + # Setup cloud-init apt-get -y install cloud-init