From 2bd38816ad7f98ab0c5acf2fe3d73a8a16c9221a Mon Sep 17 00:00:00 2001 From: KallumJ <57623845+KallumJ@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:51:31 +0100 Subject: [PATCH] Update install script --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..."