Added pip install to update.sh

This commit is contained in:
2023-05-19 16:55:02 +02:00
parent 2b5a7964c1
commit 6607399997

View File

@@ -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!"