From 087cc590a839e714f5ffb49687302ce7601d67b9 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Thu, 9 Jun 2016 18:01:01 -0700 Subject: [PATCH] Update installer.sh --- ubuntu/installer.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index 7f17e2a..394a035 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -23,7 +23,11 @@ sudo apt-get install python3-pip sudo apt-get install vim sudo apt-get install neovim +# Remove Unity (This has to be done here so we can reinstall what unity removes) +sudo apt-get purge unity + # Tools +sudo apt-get install transmission sudo apt-get install htop sudo apt-get install chromium-browser