Added wget command as some linux do have wget instead of curl by default

This commit is contained in:
2023-06-19 10:34:30 +02:00
parent bcf5e87801
commit 2e4051ac10

View File

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