mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-01-31 14:36:15 +00:00
Fix update 3rd party website updater
This commit is contained in:
parent
fa6b7d7e09
commit
ea057f8ca2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue