2012-12-14 00:25:18 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# Install baseline packages and tools.
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
apt-get -y update
|
2012-12-20 18:07:54 +00:00
|
|
|
apt-get -y install python-software-properties language-pack-en
|
2012-12-14 00:25:18 +00:00
|
|
|
add-apt-repository -y ppa:tripleo/demo
|