From 6607399997a4a7b58616aec9b031e3e6b64d91d1 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Fri, 19 May 2023 16:55:02 +0200 Subject: [PATCH] Added pip install to update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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