From ff99cfe3f730a687b4e2de73935669ca4eb716bd Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 12 May 2017 18:08:47 +0900 Subject: [PATCH] Ubuntu 12.04 is EOL and not listed in Requirements of README.md. [ci skip] --- bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8c915b0ba..a01f62d48 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -33,9 +33,6 @@ install-requirements() { case "$DOKKU_DISTRO" in debian|ubuntu) apt-get update -qq > /dev/null - if [[ "$DOKKU_DISTRO_VERSION" == "12.04" ]]; then - apt-get -qq -y install python-software-properties - fi ;; esac }