From 13fbc038776ec0147f216c234e2a6bf07c0bf713 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 22 May 2018 23:55:13 +1000 Subject: [PATCH] - Checkout "default" it's 2.4 at what you really want --- INSTALL/INSTALL.debian_testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/INSTALL.debian_testing.txt b/INSTALL/INSTALL.debian_testing.txt index 6d4a16c19..86cf5b9bd 100644 --- a/INSTALL/INSTALL.debian_testing.txt +++ b/INSTALL/INSTALL.debian_testing.txt @@ -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