From 37097c84cef9723b0098f44744a95faca477e974 Mon Sep 17 00:00:00 2001 From: mesrine1337 <55006555+mesrine1337@users.noreply.github.com> Date: Sat, 28 Sep 2019 23:59:57 +0200 Subject: [PATCH] Update installer.py --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 1ddcc9e..707df78 100644 --- a/installer.py +++ b/installer.py @@ -18,7 +18,7 @@ def main(): if os.name != "nt": if os.getuid() == 0: - os.system("git clone http://github.com/joshDelta/secHub.git /usr/share/sechub") + os.system("git clone https://github.com/cys3c/secHub.git /usr/share/sechub") for i in ["termcolor", "datetime"]: pip.main(["install", i])