]> git.wh0rd.org - home.git/blobdiff - .bin/goobuntu-vapier-setup
backup-dvd: include md5
[home.git] / .bin / goobuntu-vapier-setup
index a42fce2ec1a107f67e30aa16221527338e2a7a31..5444ea119a501347149524a719cd3042fe4b3c14 100755 (executable)
@@ -1,10 +1,15 @@
 #!/bin/bash
 pkgs=(
+       cifs-utils
        clusterssh
        fetchotp
+       iotop
+       ipython
        pavucontrol
        pssh
+       pylint
        python-mox
+       python-mock
        python-protobuf
        sharutils
        unzip
@@ -12,10 +17,17 @@ pkgs=(
        xfce4
        kubuntu-desktop
 
+       elinks
+       feh
+       gimp
        gkrellm
+       gtk-redshift
+       inkscape
+       mplayer
        nxclient
        pidgin
        pidgin-otr
+       vlc
        wmctrl
        xchat
        xrestop
@@ -23,17 +35,46 @@ pkgs=(
 
        autoconf
        automake
-       dejagnu
+       bison
        ccache
+       dejagnu
+       diffstat
+       flex
        git
+       git-email
+       git-svn
        gdb
        keychain
        libtool
+       nfs-common
        pax-utils
        screen
        strace
+       subversion
        texinfo
        tree
+
+       {g,c}kermit
+       minicom
+       netcat
+       nfs-kernel-server
+       rsh-client
+       telnet-ssl
+       tftp{,d}-hpa
+       wireshark
+       xinetd
+
+       device-tree-compiler
+       libfdt-dev
+       libftdi-dev
+       liblzma-dev
+       libpixman-1-dev
+       libreadline-dev
+       libsdl1.2-dev
+       libusb-1.0-0-dev
+       python-beautifulsoup
+       python-dev
+       zlib1g-dev
 )
 sudo bash -c '
 set -x
@@ -41,6 +82,7 @@ goobuntu-config -U set custom_etc_sudoers_d true
 printf "Defaults !tty_tickets\nDefaults timestamp_timeout=360\n" > /etc/sudoers.d/vapier
 chmod 440 /etc/sudoers.d/vapier
 
+apt-get -y purge zeitgeist*
 apt-get -y purge google-chrome-beta
 apt-get -y install google-chrome-unstable
 apt-get -y install "$@"