From 401a64c5596de9bc7dab7280a07d57f31b6b012b Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Thu, 9 Jun 2016 18:08:14 -0700 Subject: [PATCH] Update installer.sh --- ubuntu/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index 53120cb..fce614c 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -30,6 +30,7 @@ sudo apt-get -y install vim sudo apt-get -y install neovim # Source Control +echo "Installing source control..." sudo apt-get -y install git # Remove Unity (This has to be done here so we can reinstall what unity removes)