Files
mcr-bot/update.sh

6 lines
229 B
Bash

sudo dnf up -y
git stash && git pull
cd Microsoft-Rewards-bot && git stash && git pull && git checkout 03476776e9c58029dedaeee431958b5d04364bcf && pip install -r requirements.txt
clear
cd .. && chmod +x ./*.sh
echo "Update done!"