From d74ce6f0a8a9cb5a209bfa2f8be3e3196d1dd29c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 18 Nov 2011 12:43:11 +0100 Subject: add install.php For now this only checks if some dependencies are install. Signed-off-by: Florian Pritz --- scripts/install_helper.pl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/install_helper.pl (limited to 'scripts') diff --git a/scripts/install_helper.pl b/scripts/install_helper.pl new file mode 100755 index 000000000..68ac709dd --- /dev/null +++ b/scripts/install_helper.pl @@ -0,0 +1,7 @@ +#!/usr/bin/perl +use warnings; +use strict; +use File::MimeInfo::Magic; +use HTML::FromANSI; + +print "works"; -- cgit v1.2.3-24-g4f1b