summaryrefslogtreecommitdiff
path: root/install-debian.sh
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-11-11 06:55:13 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-11-11 06:55:13 +0000
commit3282be229999dc36c197b264d63063a18d136331 (patch)
tree98a42db29d955b39e7bed1b599fdcc56c3a29de9 /install-debian.sh
parentcfdd733c17cfa4f1a43b827a656e9e53cc2524ac (diff)
downloadxxv-3282be229999dc36c197b264d63063a18d136331.tar.gz
xxv-3282be229999dc36c197b264d63063a18d136331.tar.bz2
* Update installation list with required modules
* Remove unused/doubled provided external perl moduls
Diffstat (limited to 'install-debian.sh')
-rwxr-xr-xinstall-debian.sh55
1 files changed, 29 insertions, 26 deletions
diff --git a/install-debian.sh b/install-debian.sh
index afd5c44..54ef802 100755
--- a/install-debian.sh
+++ b/install-debian.sh
@@ -32,32 +32,35 @@ if [ ! -e /usr/bin/vdr2jpeg ] ; then
fi
echo 'install PerlModules'
-apt-get install libdbi-perl \
- libevent-perl \
- libgd-gd2-noxpm-perl \
- libgd-graph-perl \
- libgd-graph3d-perl \
- libgd-text-perl \
- libhtml-parser-perl \
- libhtml-tagset-perl \
- libhtml-template-perl \
- libhtml-tree-perl \
- liblocale-gettext-perl \
- libnet-telnet-perl \
- libterm-readkey-perl \
- liburi-perl \
- libwww-perl \
- liblog-log4perl-perl \
- libxml-simple-perl \
- libproc-process-perl \
- libio-zlib-perl \
- libnet-xmpp-perl \
- libterm-readline-gnu-perl \
- libxml-rss-perl \
- libsoap-lite-perl \
- libnet-amazon-perl \
- libjson-perl \
- libnet-telnet-perl
+
+apt-get install \
+ perl \
+ perl-base \
+ perl-modules \
+ libcgi-perl \
+ libio-zlib-perl \
+ libconfig-tiny-perl \
+ libdate-manip-perl \
+ libdbd-mysql-perl \
+ libdbi-perl \
+ libmd5-perl \
+ libdigest-hmac-perl \
+ libevent-perl \
+ libgd-gd2-noxpm-perl libgd-graph-perl libgd-graph3d-perl libgd-text-perl \
+ txt2html \
+ libhtml-tree-perl \
+ libjson-perl
+ libwww-perl \
+ liblocale-gettext-perl \
+ libmp3-info-perl \
+ libnet-amazon-perl \
+ libnet-telnet-perl \
+ libnet-xmpp-perl \
+ libsoap-lite-perl \
+ libhtml-template-perl \
+ liburi-perl \
+ libxml-rss-perl \
+ libxml-simple-perl
echo 'start mysql server'
/etc/init.d/mysql start