]> git.wh0rd.org - home.git/blobdiff - .bin/goobuntu-vapier-setup
backup-dvd: include md5
[home.git] / .bin / goobuntu-vapier-setup
index 4193c64ac886199ba621869b80c115b9b6665d8c..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
@@ -19,6 +22,7 @@ pkgs=(
        gimp
        gkrellm
        gtk-redshift
+       inkscape
        mplayer
        nxclient
        pidgin
@@ -37,6 +41,7 @@ pkgs=(
        diffstat
        flex
        git
+       git-email
        git-svn
        gdb
        keychain
@@ -67,6 +72,7 @@ pkgs=(
        libreadline-dev
        libsdl1.2-dev
        libusb-1.0-0-dev
+       python-beautifulsoup
        python-dev
        zlib1g-dev
 )
@@ -76,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 "$@"