Improved script and added support for arch and debian based distro.

This commit is contained in:
2023-06-20 14:06:11 +02:00
parent 5902fe8949
commit 1d5555de70
2 changed files with 42 additions and 53 deletions

View File

@@ -34,13 +34,13 @@ wget -O- https://git.justw.tf/Lightemerald/mcr-bot/raw/branch/main/setup-linux.s
Add your VPN files (.ovpn) to `./vpn` then run
```bash
sh setup-vpn.sh
bash setup-vpn.sh
```
Copy your accounts file named as [vpnname].json in the Bot folder then run
```bash
sh start.sh
bash start.sh
```
### If using LXC
@@ -54,5 +54,5 @@ ps: container must be powered off before and restarted only after
## How to update
```bash
sh update.sh
bash update.sh
```