mirror of https://github.com/MISP/misp-dashboard
don't fail on mkdir
parent
4bff4880aa
commit
a0767f3798
|
@ -36,9 +36,9 @@ wget http://code.jquery.com/jquery-${JQVERSION}.min.js -O ./static/js/jquery.min
|
||||||
FLOTVERSION="0.8.3"
|
FLOTVERSION="0.8.3"
|
||||||
wget http://www.flotcharts.org/downloads/flot-${FLOTVERSION}.zip -O ./temp/flot-${FLOTVERSION}.zip
|
wget http://www.flotcharts.org/downloads/flot-${FLOTVERSION}.zip -O ./temp/flot-${FLOTVERSION}.zip
|
||||||
unzip -o temp/flot-${FLOTVERSION}.zip -d temp/
|
unzip -o temp/flot-${FLOTVERSION}.zip -d temp/
|
||||||
mv temp/flot/jquery.flot.js ./static/js
|
mv temp/flot/jquery.flot.js ./static/js
|
||||||
mv temp/flot/jquery.flot.pie.min.js ./static/js
|
mv temp/flot/jquery.flot.pie.min.js ./static/js
|
||||||
mv temp/flot/jquery.flot.resize.js ./static/js
|
mv temp/flot/jquery.flot.resize.js ./static/js
|
||||||
|
|
||||||
|
|
||||||
JQUERYUIVERSION="1.12.1"
|
JQUERYUIVERSION="1.12.1"
|
||||||
|
@ -82,7 +82,7 @@ mv temp/jquery-jvectormap-2.0.3.css ./static/css
|
||||||
mv temp/jquery-jvectormap-2.0.3.min.js ./static/js
|
mv temp/jquery-jvectormap-2.0.3.min.js ./static/js
|
||||||
wget http://jvectormap.com/js/jquery-jvectormap-world-mill.js -O ./static/js/jquery-jvectormap-world-mill.js
|
wget http://jvectormap.com/js/jquery-jvectormap-world-mill.js -O ./static/js/jquery-jvectormap-world-mill.js
|
||||||
|
|
||||||
mkdir data
|
mkdir -p data
|
||||||
pushd data
|
pushd data
|
||||||
wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz -O GeoLite2-City.tar.gz
|
wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz -O GeoLite2-City.tar.gz
|
||||||
tar xvfz GeoLite2-City.tar.gz
|
tar xvfz GeoLite2-City.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue