From: Mike Frysinger Date: Fri, 28 Feb 2014 22:58:01 +0000 (-0500) Subject: install pylint/mock X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=367831fbf9b7326e640ad68611c0b04431ac6c0a;p=home.git install pylint/mock --- diff --git a/.bin/goobuntu-vapier-setup b/.bin/goobuntu-vapier-setup index 4193c64..5567893 100755 --- a/.bin/goobuntu-vapier-setup +++ b/.bin/goobuntu-vapier-setup @@ -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 "$@"