Removed setup fedora, added support for debian, fedora and arch based distro

This commit is contained in:
2023-06-19 10:28:53 +02:00
parent 153db66224
commit bcf5e87801
3 changed files with 42 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ This repo contains the script to manage multiple mcr bot on a single VM/Containe
```bash
├── start.sh
├── setup-fedora.sh
├── setup-linux.sh
├── setup-vpn.sh
├── update.sh
├── Microsoft-Rewards-bot
@@ -25,7 +25,7 @@ This repo contains the script to manage multiple mcr bot on a single VM/Containe
Clone the project
```bash
curl -sSL https://git.justw.tf/Lightemerald/mcr-bot/raw/branch/main/setup-fedora.sh | bash
curl -sSL https://git.justw.tf/Lightemerald/mcr-bot/raw/branch/main/setup-linux.sh | bash
```
Add your VPN files (.ovpn) to `./vpn` then run
@@ -42,7 +42,7 @@ sh start.sh
### If using LXC
Execute this command to allow the container to use TUN kernel module, replace [id_ct] with the LXC id in proxmox
Execute this command to allow the container to use TUN kernel module (needed for openvpn), replace [id_ct] with the LXC id in proxmox
```bash
echo -e "lxc.cgroup.devices.allow: c 10:200 rwm\nlxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file" >> /etc/pve/lxc/[id_ct].conf
```