Merge pull request #212 from senk/patch-1

Fix wrong apt-get commands in Ubuntu Install doc. Thx @senk
This commit is contained in:
Johannes Nickel 2016-10-19 16:35:37 +02:00 committed by GitHub
commit f326cd47a1

View file

@ -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