diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-11-18 12:43:11 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-11-18 12:43:11 +0100 |
commit | d74ce6f0a8a9cb5a209bfa2f8be3e3196d1dd29c (patch) | |
tree | 3c23ddd8be3cae1a7cbcbf1c986515d1fbf6bc03 /scripts/install_helper.pl | |
parent | b02ffd6c11ee212ccdd5f2e17a5f69a620f2a5af (diff) |
add install.php
For now this only checks if some dependencies are install.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'scripts/install_helper.pl')
-rwxr-xr-x | scripts/install_helper.pl | 7 |
1 files changed, 7 insertions, 0 deletions
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"; |