chg: remove duplicate line from install doc

pull/1408/head
Andreas Ziegler 2016-08-04 14:47:04 +02:00
parent d9299969e3
commit f622eeab63
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ pear install Crypt_GPG # we need version >1.3.0
mkdir /var/www/MISP
cd /var/www/MISP
git clone https://github.com/MISP/MISP.git /var/www/MISP
git clone https://github.com/MISP/MISP.git /var/www/MISP
git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`)
# if the last shortcut doesn't work, specify the latest version manually
# example: git checkout tags/v2.4.XY