Files
mcr-bot/update.sh
2023-05-18 21:51:16 +02:00

6 lines
111 B
Bash

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