15 lines
614 B
Bash
15 lines
614 B
Bash
#!/bin/bash
|
|
|
|
sudo dnf up -y
|
|
sudo 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 mcr-bot
|
|
git clone https://github.com/farshadz1997/Microsoft-Rewards-bot
|
|
pip install -r Microsoft-Rewards-bot/requirements.txt
|
|
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 "Add your accounts files (.json) with the same name as the vpn in ./Microsoft-Rewards-bot"
|
|
echo "finally run setup-vpn.sh" |