From dc867d22c8f2e295229e079ea2a1ca04d26ab32a Mon Sep 17 00:00:00 2001
From: Josep Virgili Llop <jvirgili@nps.edu>
Date: Thu, 27 Sep 2018 14:05:56 -0700
Subject: [PATCH] Upgraded smartgit version and used updated url.

---
 Basic_install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Basic_install.sh b/Basic_install.sh
index 9887dce..5082ec8 100755
--- a/Basic_install.sh
+++ b/Basic_install.sh
@@ -13,8 +13,8 @@ sudo apt-get install ntpdate
 sudo ntpdate -s time.nps.edu
 
 #Install smartgit
-wget http://www.syntevo.com/static/smart/download/smartgit/smartgit-17_1_3.deb
-sudo dpkg -i smartgit-17_1_3.deb
+wget https://www.syntevo.com/downloads/smartgit/smartgit-18_1_5.deb
+sudo dpkg -i smartgit-18_1_5.deb
 sudo apt-get install -f
 
 #Install sublime
-- 
GitLab