- Checkout "default" it's 2.4 at what you really want

pull/3268/head
Steve Clement 2018-05-22 23:55:13 +10:00
parent 81a08eb120
commit 13fbc03877
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ sudo mkdir /var/www/MISP
sudo chown www-data:www-data /var/www/MISP
cd /var/www/MISP
sudo -u www-data git clone https://github.com/MISP/MISP.git /var/www/MISP
sudo -u www-data git checkout tags/$(git describe --tags `git rev-list --tags --max-count=1`)
##sudo -u www-data 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
# the message regarding a "detached HEAD state" is expected behaviour