From 2e4051ac10af43a8d00600ddbb006324d225c4f6 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 19 Jun 2023 10:34:30 +0200 Subject: [PATCH] Added wget command as some linux do have wget instead of curl by default --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bb8b78f..0f0986b 100644 --- a/README.md +++ b/README.md @@ -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