diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-06-06 23:40:20 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-06-06 23:40:20 +0000 |
commit | 4b389616d02de2c550aace363e05478e8fea6075 (patch) | |
tree | c7396797d4509d27254ee43190be3803f5b9c0d9 /dists | |
parent | 0207e34bdbffc8e0df9b97b5ec2b69bed28e6471 (diff) |
add apt-get list for ubuntu
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2159 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists')
-rw-r--r-- | dists/deb/ubuntu/ubuntu.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dists/deb/ubuntu/ubuntu.sh b/dists/deb/ubuntu/ubuntu.sh new file mode 100644 index 00000000..cd8b20c8 --- /dev/null +++ b/dists/deb/ubuntu/ubuntu.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# This is not complete but it is a start +# +apt-get install libmime-perl +apt-get install texlive +apt-get install libtest-exception-perl +apt-get install libmime-lite-perl +apt-get install libconfig-std-perl +apt-get install libtemplate-perl +apt-get install liberror-perl +apt-get install libcgi-simple-perl +apt-get install libtest-exception-pe +apt-get install liblocale-maketext-lexicon-perl |