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