From 58326315490dfcb9a9756b4258be6f7d0ce477b7 Mon Sep 17 00:00:00 2001 From: TyleoDvDelaware3217 Date: Wed, 28 May 2025 04:01:11 +0200 Subject: [PATCH] Actualiser update_scriptbase --- update_scriptbase | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update_scriptbase b/update_scriptbase index a51d579..b4f8f71 100644 --- a/update_scriptbase +++ b/update_scriptbase @@ -1,5 +1,8 @@ #!/usr/bin/env bash +echo "> Moving to /usr/local/bin" cd /usr/local/bin +echo "> Pulling Changes from 'https://git.tyleo.dev/TyleoDvDelaware3217/TyOS-Local-Scripts' repos" sudo git pull +echo "> Applying Execution Autorisation to *_*" sudo chmod +x /usr/local/bin/*_*