Fix update 3rd party website updater

This commit is contained in:
Raphaël Vinot 2016-09-14 14:58:05 +02:00
parent fa6b7d7e09
commit ea057f8ca2

View file

@ -41,9 +41,9 @@ wget https://raw.githubusercontent.com/flot/flot/master/jquery.flot.stack.js -O
#Ressources for sparkline and canvasJS
wget http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js -O ./static/js/jquery.sparkline.min.js
mkdir temp
wget http://canvasjs.com/fdm/chart/ -O temp/canvasjs.zip
unzip temp/canvasjs.zip -d temp/
mkdir temp
mv temp/jquery.canvasjs.min.js ./static/js/jquery.canvasjs.min.js
rm -rf temp