Change url in install script

This commit is contained in:
Kallum Jones 2022-08-09 17:36:11 +01:00
parent 4e67035e0a
commit 84e4635825
No known key found for this signature in database
GPG Key ID: D7F4589C4D7F81A9
1 changed files with 1 additions and 1 deletions

View File

@ -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..."