Actualiser update_scriptbase

This commit is contained in:
Tyleo Dv. Delaware 2025-05-29 03:02:43 +02:00
parent 51b42c9222
commit 2765a509f5

View file

@ -7,4 +7,4 @@ sudo git reset --hard HEAD
sudo git clean -f -d sudo git clean -f -d
sudo git pull sudo git pull
echo "> Applying Execution Autorisation to *_*" echo "> Applying Execution Autorisation to *_*"
sudo find /usr/local/bin/. -type f -name "[a-z]*" -exec sudo chmod +x {} \; sudo find /usr/local/bin -type f -name "[a-z]*" -exec chmod +x {} \;