Added chmod to update.sh

This commit is contained in:
2023-05-18 21:51:16 +02:00
parent 8b82193151
commit a90b240fe1

View File

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