mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 13:15:19 +02:00
conditional installation of python-software-properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user