warn users to use natty
This commit is contained in:
parent
190321ea45
commit
936c9280ea
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ COPYENV=${COPYENV:-1}
|
|||
# Param string to pass to stack.sh. Like "EC2_DMZ_HOST=192.168.1.1 MYSQL_USER=nova"
|
||||
STACKSH_PARAMS=${STACKSH_PARAMS:-}
|
||||
|
||||
# Warn users who aren't on natty
|
||||
if ! grep -q natty /etc/lsb-release; then
|
||||
echo "WARNING: this script has only been tested on natty"
|
||||
fi
|
||||
|
||||
# Install deps
|
||||
apt-get install lxc debootstrap
|
||||
|
||||
|
|
Loading…
Reference in a new issue