diff --git a/update.sh b/update.sh index fd0c23f..9a1efd6 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ sudo dnf up -y git stash && git pull -cd Microsoft-Rewards-bot && 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!" \ No newline at end of file