add jpgraph downloader script

git-svn-id: http://www.observium.org/svn/observer/trunk@388 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-03-25 16:01:34 +00:00
parent 3603f48af1
commit d8382f4f00

6
scripts/get-jpgraph.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
wget http://hem.bredband.net/jpgraph2/jpgraph-2.3.4.tar.gz
tar zxf jpgraph-2.3.4.tar.gz
rm -rf html/includes/jpgraph
mv jpgraph-2.3.4 html/includes/jpgraph
rm jpgraph-2.3.4.tar.gz