diff --git a/setup-fedora.sh b/setup-fedora.sh index 2584352..199793c 100644 --- a/setup-fedora.sh +++ b/setup-fedora.sh @@ -3,9 +3,8 @@ 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 -pip install -r Microsoft-Rewards-bot/requirements.txt -mkdir vpn +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 diff --git a/update.sh b/update.sh index 9a1efd6..3c36493 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ sudo dnf up -y git stash && git pull -cd Microsoft-Rewards-bot && git stash && git pull && pip install -r requirements.txt +cd Microsoft-Rewards-bot && git stash && git pull && git checkout 03476776e9c58029dedaeee431958b5d04364bcf && pip install -r requirements.txt clear cd .. && chmod +x ./*.sh echo "Update done!" \ No newline at end of file