diff options
-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 7ca8d6f9..955c6e96 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -68,7 +68,7 @@ sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat dev # debootstrap is affected by #766459 in wheezy sudo apt-get install -t wheezy-backports qemu debootstrap qemu-kvm qemu-system-x86 libvirt0 qemu-user-static binfmt-support \ libvirt-dev libvirt-bin seabios ruby-rjb ruby-packetfu cucumber \ - linux-image-3.16.0-0.bpo.4-amd64 + linux-image-amd64 explain "Packages installed." echo "Also needs python-arpy from jessie..." |