From 2195d2039bca1a1882414e1edd948fc9668c70bf Mon Sep 17 00:00:00 2001 From: Tony Tkacik Date: Wed, 29 Jan 2014 16:52:35 +0000 Subject: [PATCH] Added Ubuntu Tweak tool, removed some scopes, added CPU indicator. Signed-off-by: Tony Tkacik --- bootstrap-ubuntu.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/bootstrap-ubuntu.sh b/bootstrap-ubuntu.sh index 1a24852..a264621 100755 --- a/bootstrap-ubuntu.sh +++ b/bootstrap-ubuntu.sh @@ -1 +1,17 @@ #!/bin/sh + + +echo Removing Unity Scopes + +sudo apt-get remove unity-scope-musicstores unity-scope-openclipart unity-scope-yelp + +echo Installing Unity Tweak Tool + +sudo add-apt-repository ppa:freyja-dev/unity-tweak-tool-daily +sudo apt-get update +sudo apt-get install unity-tweak-tool + + +echo Installing Indicators + +sudo apt-get install indicator-multiload