Fix wrong apt-get commands in Ubuntu Install doc

Delete duplicate 'apt-get install'
This commit is contained in:
Robin Naundorf 2016-10-19 13:39:06 +02:00 committed by GitHub
parent b0d22d4c53
commit 6a60a11c47

View file

@ -2,7 +2,7 @@
## With Apache mod_proxy / MySQL ## With Apache mod_proxy / MySQL
### Prerequisits ### 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 ### Add User
* useradd zammad -m -s /bin/bash * useradd zammad -m -s /bin/bash
@ -109,7 +109,7 @@
## Testinstallation for Developers via RVM / SQLite ## Testinstallation for Developers via RVM / SQLite
### Prerequisits ### 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 ### Add User
* useradd zammad -m -s /bin/bash * useradd zammad -m -s /bin/bash