From 3b74d3da3a5da8125084828fcb3f0ed1e263f604 Mon Sep 17 00:00:00 2001
From: Troy Murray <tm@msu.edu>
Date: Sun, 4 May 2014 17:30:55 -0400
Subject: [PATCH] changed protocol from ssh to https

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index d1abdd0..0993c8a 100644
--- a/install.sh
+++ b/install.sh
@@ -1,6 +1,6 @@
 sudo apt-get install freebsd-buildutils mailutils -y
 sudo apt-get autoremove -y
-sudo git clone git@gitlab.msu.edu:tm/poorman-ids.git /ids
+sudo git clone https://gitlab.msu.edu/tm/poorman-ids.git /ids
 sudo cp /ids/_config.sh /ids/config.sh
 sudo chmod -R 700 /ids
 sudo nano /ids/config.sh
-- 
GitLab