diff --git a/install.sh b/install.sh
index e54091a0ebbb1cbaa6c5fecb02d94c44b1e442d7..d1abdd02ed0075059161820369af22ac650dbe1b 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 https://git.phd.msu.edu/tm/poorman_ids.git /ids
+sudo git clone git@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
@@ -19,4 +19,4 @@ echo "sudo crontab -e "
 echo ""
 echo "You can then add the following on a new line within the editor"
 echo "00   */1  *   *   *   /ids/ids.sh verify"
-echo ""
+echo ""
\ No newline at end of file