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])