]> git.wh0rd.org - home.git/blobdiff - .bin/goobuntu-vapier-setup
backup-dvd: include md5
[home.git] / .bin / goobuntu-vapier-setup
index 1743e29dfe456a1ff2d1427ebe1988b93062258f..5444ea119a501347149524a719cd3042fe4b3c14 100755 (executable)
@@ -1,12 +1,15 @@
 #!/bin/bash
 pkgs=(
+       cifs-utils
        clusterssh
        fetchotp
        iotop
        ipython
        pavucontrol
        pssh
+       pylint
        python-mox
+       python-mock
        python-protobuf
        sharutils
        unzip
@@ -14,9 +17,12 @@ pkgs=(
        xfce4
        kubuntu-desktop
 
+       elinks
        feh
        gimp
        gkrellm
+       gtk-redshift
+       inkscape
        mplayer
        nxclient
        pidgin
@@ -29,9 +35,13 @@ pkgs=(
 
        autoconf
        automake
-       dejagnu
+       bison
        ccache
+       dejagnu
+       diffstat
+       flex
        git
+       git-email
        git-svn
        gdb
        keychain
@@ -53,6 +63,18 @@ pkgs=(
        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
@@ -60,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 "$@"