From 2400d83199f25703937fadbd6ed08c637c1c20da Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 19 Feb 2015 17:39:48 +0100 Subject: split packages per line --- update_jdn.sh | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 100 insertions(+), 12 deletions(-) diff --git a/update_jdn.sh b/update_jdn.sh index 3eb20b55..1d7ad0fb 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -57,19 +57,107 @@ fi # 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 calamaris visitors procmail libjson-rpc-perl libfile-touch-perl zutils ip2host pigz \ - build-essential python-setuptools molly-guard \ - debootstrap sudo figlet graphviz apache2 libapache2-mod-macro python-yaml python-pip mr subversion subversion-tools vnstat poxml vncsnapshot imagemagick libav-tools python-twisted python-imaging gocr guestmount schroot sqlite3 dose-extra apt-file python-lzma bc \ - unzip python-hachoir-metadata ghc python-rpy2 libsoap-lite-perl haveged postgresql-client-9.1 xvfb virt-viewer libsikuli-script-java \ - 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-jre python3-yaml python3-psycopg2 +sudo apt-get install vim \ + screen \ + less \ + etckeeper \ + moreutils \ + curl \ + mtr-tiny \ + dstat \ + devscripts \ + bash-completion \ + shorewall \ + shorewall6 \ + cron-apt \ + apt-listchanges \ + calamaris \ + visitors \ + procmail \ + libjson-rpc-perl \ + libfile-touch-perl \ + zutils \ + ip2host \ + pigz \ + build-essential \ + python-setuptools \ + molly-guard \ + debootstrap \ + sudo \ + figlet \ + graphviz \ + apache2 \ + libapache2-mod-macro \ + python-yaml \ + python-pip \ + mr \ + subversion \ + subversion-tools \ + vnstat \ + poxml \ + vncsnapshot \ + imagemagick \ + libav-tools \ + python-twisted \ + python-imaging \ + gocr \ + guestmount \ + schroot \ + sqlite3 \ + dose-extra \ + apt-file \ + python-lzma \ + bc \ + unzip \ + python-hachoir-metadata \ + ghc \ + python-rpy2 \ + libsoap-lite-perl \ + haveged \ + postgresql-client-9.1 \ + xvfb \ + virt-viewer \ + libsikuli-script-java \ + 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-jre \ + python3-yaml \ + python3-psycopg2 # 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-amd64 \ - munin munin-plugins-extra +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-amd64 \ + munin \ + munin-plugins-extra explain "Packages installed." echo "Also needs python-arpy from jessie..." -- cgit v1.2.3-70-g09d2