10 lines
486 B
Bash
10 lines
486 B
Bash
#!/bin/bash
|
|
|
|
dnf up -y
|
|
dnf in NetworkManager NetworkManager-openvpn openvpn python python-pip python-tkinter chromedriver chromium xorg-x11-server-Xvfb git -y
|
|
git clone https://git.justw.tf/Lightemerald/mcr-bot
|
|
cd mrc-bot
|
|
git clone https://github.com/farshadz1997/Microsoft-Rewards-bot
|
|
pip install -r Microsoft-Rewards-bot/requirements.txt
|
|
mkdir vpn
|
|
echo "Add your VPN files in ./vpn and your accounts file with the same name as the vpn in ./Microsoft-Rewards-bot then run setup-vpn.sh" |