mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
add scripts to handle geshi
git-svn-id: http://www.observium.org/svn/observer/trunk@386 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
wget http://surfnet.dl.sourceforge.net/sourceforge/geshi/GeSHi-1.0.8.3.tar.gz
|
||||
tar zxf GeSHi-1.0.8.3.tar.gz
|
||||
mv geshi html/includes
|
||||
ln scripts/geshi-ios.php html/includes/geshi/geshi/ios.php
|
||||
rm GeSHi-1.0.8.3.tar.gz
|
||||
Reference in New Issue
Block a user