From 4b276fca2cefd2e51bdc11a060daeb046b56452f Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 5 Jul 2018 22:17:55 +0200 Subject: [PATCH] fix: [repo] put official repo back --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 84a8891..7247fd5 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -210,7 +210,7 @@ echo "--- Installing misp-dashboard ---" cd /var/www sudo mkdir misp-dashboard sudo chown www-data:www-data misp-dashboard -sudo -u www-data git clone https://github.com/SteveClement/misp-dashboard.git +sudo -u www-data git clone https://github.com/MISP/misp-dashboard.git cd misp-dashboard sudo /var/www/misp-dashboard/install_dependencies.sh sudo sed -i "s/^host\ =\ localhost/host\ =\ 0.0.0.0/g" /var/www/misp-dashboard/config/config.cfg