Files
mcr-bot/update.sh

6 lines
137 B
Bash

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