mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
d8382f4f00
git-svn-id: http://www.observium.org/svn/observer/trunk@388 61d68cd4-352d-0410-923a-c4978735b2b8
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/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
|