mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Ubuntu 12.04 is EOL
and not listed in Requirements of README.md. [ci skip]
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user