diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 19:59:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:02 +0100 |
commit | 1d412631ef5715fd3a714a310614b1cae4f18c03 (patch) | |
tree | 4f6f5c921ba9d175ddc4fded291f19c4f38f301d | |
parent | 4642186288c4e75ebe69ce32aa023d31cde22d93 (diff) | |
download | jenkins.debian.net-1d412631ef5715fd3a714a310614b1cae4f18c03.tar.xz |
fix typo
-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 eaf48dff..30eb145a 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -64,7 +64,7 @@ sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat dev libxslt1-dev tcpdump unclutter radvd x11-apps syslinux \ libcap2-bin devscripts libvirt-ruby ruby-rspec gawk ntp \ ruby-json x11vnc xtightvncviewer ffmpeg libavcodec-extra-53 \ - libvpx1 dnsmasq-base openjdk-7-jr + libvpx1 dnsmasq-base openjdk-7-jre # debootstrap is affected by #766459 in wheezy sudo apt-get install -t wheezy-backports qemu debootstrap qemu-kvm qemu-system-x86 libvirt0 \ libvirt-dev libvirt-bin seabios ruby-rjb ruby-packetfu cucumber |