mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
6
scripts/get-jpgraph.sh
Executable file
6
scripts/get-jpgraph.sh
Executable 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
|
Reference in New Issue
Block a user