Update install script

This commit is contained in:
KallumJ
2024-04-06 19:51:31 +01:00
parent 21691f37db
commit 2bd38816ad
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

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