961d6dc7b2
This change causes the "base" element to install and generate English locales, thereby mitigating a lot of build noise (at least for English speaking users). Also included is a note in the element's README.md about what users in other locales should do. Change-Id: I053c7e0254a0a0d7dde081f7cc72204a12aa8ef4
9 lines
180 B
Bash
Executable File
9 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
# Install baseline packages and tools.
|
|
|
|
set -e
|
|
|
|
apt-get -y update
|
|
apt-get -y install python-software-properties language-pack-en
|
|
add-apt-repository -y ppa:tripleo/demo
|