#!/bin/bash sudo dnf up -y sudo dnf in nano NetworkManager NetworkManager-openvpn openvpn python python*-pip python*-tkinter chromedriver chromium xorg-x11-server-Xvfb git wget unzip -y git clone https://git.justw.tf/Lightemerald/mcr-bot && cd mcr-bot git clone https://github.com/farshadz1997/Microsoft-Rewards-bot && cd Microsoft-Rewards-bot && git checkout 03476776e9c58029dedaeee431958b5d04364bcf && pip install -r requirements.txt cd .. && mkdir vpn cp ./config.txt.sample config.txt chmod +x ./*.sh clear echo "edit config.txt" echo "Add your VPN files (.ovpn) in ./vpn" echo "Then run setup-vpn.sh" echo "Add your accounts files (.json) with the same name as the vpn in ./Microsoft-Rewards-bot" echo "Finally run start.sh"