mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
10 lines
220 B
Bash
Executable File
10 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
mkdir jpgraph
|
|
cd jpgraph
|
|
wget http://hem.bredband.net/jpgraph2/jpgraph-3.0.2.tar.bz2
|
|
tar jxf jpgraph-3.0.2.tar.bz2
|
|
rm -rf html/includes/jpgraph
|
|
rm jpgraph-3.0.2.tar.bz2
|
|
cd ..
|
|
mv jpgraph html/includes/jpgraph
|