Added wget command as some linux do have wget instead of curl by default
This commit is contained in:
@@ -24,10 +24,16 @@ This repo contains the script to manage multiple mcr bot on a single VM/Containe
|
||||
|
||||
Clone the project
|
||||
|
||||
Curl:
|
||||
```bash
|
||||
curl -sSL https://git.justw.tf/Lightemerald/mcr-bot/raw/branch/main/setup-linux.sh | bash
|
||||
```
|
||||
|
||||
Wget:
|
||||
```bash
|
||||
wget -O- https://git.justw.tf/Lightemerald/mcr-bot/raw/branch/main/setup-linux.sh | bash
|
||||
```
|
||||
|
||||
Add your VPN files (.ovpn) to `./vpn` then run
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user