From 2aef937685ff29035cf9bfc30b35f08fd81c54de Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Thu, 9 Jun 2016 18:07:50 -0700 Subject: [PATCH] Update installer.sh --- ubuntu/installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index b34772f..53120cb 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -29,6 +29,9 @@ echo "Installing editors..." sudo apt-get -y install vim sudo apt-get -y install neovim +# Source Control +sudo apt-get -y install git + # Remove Unity (This has to be done here so we can reinstall what unity removes) echo "Removing Unity..." sudo apt-get -y purge unity