mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-22 22:18:22 -05:00
Update install script
This commit is contained in:
parent
21691f37db
commit
2bd38816ad
@ -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
|
||||
```
|
||||
|
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user