diff --git a/scripts/get-jpgraph.sh b/scripts/get-jpgraph.sh new file mode 100755 index 000000000..0593f3bb1 --- /dev/null +++ b/scripts/get-jpgraph.sh @@ -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