Merge pull request #212 from senk/patch-1
Fix wrong apt-get commands in Ubuntu Install doc. Thx @senk
This commit is contained in:
commit
f326cd47a1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue