Fixes to revert bot commit that breaks it

This commit is contained in:
2023-05-20 11:48:25 +02:00
parent 7efd94e350
commit b35491410b
2 changed files with 3 additions and 4 deletions

View File

@@ -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!"