diff --git a/README.md b/README.md index 6ae8d66..825a84f 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,6 @@ The following are the required environment variables for running Mod Manager Mod Manager can be installed with the following command (watch out for the sudo password prompt, it can be hard to spot) ```bash -curl https://hogwarts.bits.team/git/Bits/mod-manager/raw/branch/master/install.sh | sudo -E env "PATH=$PATH" bash +curl https://git.bits.team/Bits/mod-manager/raw/branch/master/install.sh | sudo -E env "PATH=$PATH" bash ``` \ No newline at end of file diff --git a/install.sh b/install.sh index 8bee709..5c6e1ad 100644 --- a/install.sh +++ b/install.sh @@ -62,7 +62,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 "https://git.bits.team/Bits/mod-manager.git" "$DOWNLOAD_DIR" || exit # Compile info "Compiling..."