fix: [repo] put official repo back

master
Steve Clement 2018-07-05 22:17:55 +02:00
parent 9e4aaf92b8
commit 4b276fca2c
1 changed files with 1 additions and 1 deletions

View File

@ -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