Actualiser update_scriptbase
This commit is contained in:
parent
51b42c9222
commit
2765a509f5
1 changed files with 1 additions and 1 deletions
|
@ -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 {} \;
|
||||||
|
|
Loading…
Add table
Reference in a new issue