Actualiser update_scriptbase

This commit is contained in:
Tyleo Dv. Delaware 2025-05-29 03:01:45 +02:00
parent de2a4c798b
commit 51b42c9222

View file

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