From 6a60a11c4738f3b04dc9574cdda39241667d2ec6 Mon Sep 17 00:00:00 2001 From: Robin Naundorf Date: Wed, 19 Oct 2016 13:39:06 +0200 Subject: [PATCH] Fix wrong apt-get commands in Ubuntu Install doc Delete duplicate 'apt-get install' --- README_Install_Ubuntu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_Install_Ubuntu.md b/README_Install_Ubuntu.md index f9965e0f2..72304a0e8 100644 --- a/README_Install_Ubuntu.md +++ b/README_Install_Ubuntu.md @@ -2,7 +2,7 @@ ## With Apache mod_proxy / MySQL ### Prerequisits -* apt-get install apt-get install curl git-core patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev sqlite3 libsqlite3-dev autotools-dev libxslt1-dev libyaml-0-2 autoconf automake libreadline6-dev libyaml-dev libtool +* apt-get install curl git-core patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev sqlite3 libsqlite3-dev autotools-dev libxslt1-dev libyaml-0-2 autoconf automake libreadline6-dev libyaml-dev libtool ### Add User * useradd zammad -m -s /bin/bash @@ -109,7 +109,7 @@ ## Testinstallation for Developers via RVM / SQLite ### Prerequisits -* apt-get install apt-get install curl git-core patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev sqlite3 libsqlite3-dev autotools-dev libxslt1-dev libyaml-0-2 autoconf automake libreadline6-dev libyaml-dev libtool +* apt-get install curl git-core patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev sqlite3 libsqlite3-dev autotools-dev libxslt1-dev libyaml-0-2 autoconf automake libreadline6-dev libyaml-dev libtool ### Add User * useradd zammad -m -s /bin/bash