fix: usr: Fetch MISP INSTALL.sh script before build (#16)

fix: usr: Fetch MISP INSTALL.sh script before build
pull/23/head
Steve Clement 2019-05-09 13:24:26 +09:00 committed by GitHub
commit c4d10cc0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Fetching latest MISP LICENSE
[[ ! -f /script/INSTALL.sh ]] && wget -q -O scripts/INSTALL.sh https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.sh
[[ ! -f /tmp/LICENSE-misp ]] && wget -q -O /tmp/LICENSE-misp https://raw.githubusercontent.com/MISP/MISP/2.4/LICENSE
packer build -only=virtualbox-iso misp.json