fix: [kali] Fix RAW URL

pull/3478/head
Steve Clement 2018-07-11 22:24:34 +02:00 committed by GitHub
parent 2900ca36c3
commit 5f1a0bcaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# useradd -s /bin/bash -m -G adm,cdrom,sudo,dip,plugdev,www-data misp
# passwd misp
# su - misp
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/MISP/MISP/master/INSTALL/INSTALL.kali.txt)"
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.kali.txt)"
# MISP configuration variables
PATH_TO_MISP='/var/www/MISP'