conditional installation of python-software-properties

This commit is contained in:
Lukas Schauer
2013-11-27 00:53:31 +01:00
committed by rhy-jot
parent 1705307081
commit 56de22a3c8

View File

@@ -12,6 +12,8 @@ fi
apt-get update
apt-get install -y git make curl software-properties-common
[[ `lsb_release -sr` == "12.04" ]] && apt-get install -y python-software-properties
cd ~ && test -d dokku || git clone $DOKKU_REPO
cd dokku
git fetch origin