Files
mcr-bot/update.sh

6 lines
172 B
Bash

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