mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-23 06:28:23 -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)
|
Mod Manager can be installed with the following command (watch out for the sudo password prompt, it can be hard to spot)
|
||||||
|
|
||||||
```bash
|
```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
|
# Download source files
|
||||||
info "Downloading mod-manager source..."
|
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
|
# Compile
|
||||||
info "Compiling..."
|
info "Compiling..."
|
||||||
|
Loading…
Reference in New Issue
Block a user