diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-24 14:07:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-24 14:07:02 +0100 |
commit | 88bb71eee067ef8dc7a27e498a8d522d34708b19 (patch) | |
tree | 23945507fa6b1341dffa3ba5c500d527045fe9c2 | |
parent | 1d1767de951cb18ca0fb28d8b30e699cc7c94a19 (diff) | |
download | jenkins.debian.net-88bb71eee067ef8dc7a27e498a8d522d34708b19.tar.xz |
install libfile-touch-perl needed by kgb-client
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index c5bd743d..408202ee 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -23,7 +23,7 @@ done # install packages we need # (more or less grouped into more-then-nice-to-have, needed-while-things-are-new, needed) # -sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat devscripts bash-completion shorewall shorewall6 cron-apt apt-listchanges munin calamaris visitors procmail libjson-rpc-perl dict \ +sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat devscripts bash-completion shorewall shorewall6 cron-apt apt-listchanges munin calamaris visitors procmail libjson-rpc-perl libfile-touch-perl dict \ build-essential python-setuptools \ debootstrap sudo figlet graphviz apache2 python-yaml python-pip mr subversion subversion-tools vnstat webcheck poxml explain "Packages installed." |