diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-06-04 00:53:09 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-06-04 00:53:09 +0200 |
commit | f779c5034227750e7a500f79890dafd81b2a98bf (patch) | |
tree | 4774edd58b76b3f48d969e3b099128d659db5ad3 | |
parent | ca5d4ae21c1e3625ec68f5629baa9f058870c2b6 (diff) |
Updated the INSTALL notes.
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,9 +2,10 @@ You need several CPAN modules to use these scripts. If you use Debian GNU/Linux, you can install them like so: -sudo aptitude install -R libdatetime-format-mysql-perl libdatetime-perl \ -libdigest-perl libemail-valid-perl libfile-slurp-perl libio-prompter-perl \ -libmime-base64-perl libmime-lite-perl libnet-ldap-perl \ +sudo aptitude install -R libdatetime-perl \ +libdigest-perl libemail-valid-perl libfile-slurp-perl \ +libmail-gnupg-perl libgnupg-interface-perl libio-prompter-perl \ +libmime-base64-perl libmime-tools-perl libnet-ldap-perl \ libstring-mkpasswd-perl libtemplate-perl libyaml-syck-perl This will most probably work for Ubuntu as well. |