From 84e4635825fbc8793b311b4f39371876931e5eec Mon Sep 17 00:00:00 2001 From: Kallum Jones Date: Tue, 9 Aug 2022 17:36:11 +0100 Subject: [PATCH] Change url in install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d686026..e871e87 100644 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ fi # Download source files info "Downloading mod-manager source..." -git clone "https://hogwarts.bits.team/git/Bits/mod-manager.git" "$DOWNLOAD_DIR" || exit +git clone "git@hogwarts.bits.team:Bits/mod-manager.git" "$DOWNLOAD_DIR" || exit # Compile info "Compiling..."