]> git.wh0rd.org - home.git/commitdiff
install pylint/mock
authorMike Frysinger <vapier@gentoo.org>
Fri, 28 Feb 2014 22:58:01 +0000 (17:58 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 28 Feb 2014 23:26:39 +0000 (18:26 -0500)
.bin/goobuntu-vapier-setup

index 4193c64ac886199ba621869b80c115b9b6665d8c..55678938669f26547e9412ee83a233d79cc37796 100755 (executable)
@@ -6,7 +6,9 @@ pkgs=(
        ipython
        pavucontrol
        pssh
+       pylint
        python-mox
+       python-mock
        python-protobuf
        sharutils
        unzip
@@ -76,6 +78,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 "$@"