From 2390dd32d98f3c3962ce620ae542338e246532e3 Mon Sep 17 00:00:00 2001 From: Troy Murray <tm@msu.edu> Date: Sun, 4 May 2014 17:30:18 -0400 Subject: [PATCH] update address to clone repository --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e54091a..d1abdd0 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 -- GitLab