diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..88e9b06 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,14 @@ +{ + "permissions": { + "allow": [ + "Bash(git config:*)", + "Bash(git init:*)", + "Bash(git remote:*)", + "Bash(git add:*)", + "Bash(git commit -m ':*)", + "Bash(git branch:*)", + "Bash(git push:*)", + "Bash(git pull:*)" + ] + } +} diff --git a/1-Install-TacticalRMM-and-RustDesk.ps1 b/1-estudio-Install-TacticalRMM-and-RustDesk.ps1 similarity index 98% rename from 1-Install-TacticalRMM-and-RustDesk.ps1 rename to 1-estudio-Install-TacticalRMM-and-RustDesk.ps1 index 90728a9..89989eb 100644 --- a/1-Install-TacticalRMM-and-RustDesk.ps1 +++ b/1-estudio-Install-TacticalRMM-and-RustDesk.ps1 @@ -16,7 +16,7 @@ $apilink = $downloadlink.split('/') # ── RustDesk / ScoutIT Remote Support config ────────────────────────────────── $rustdeskMsi = 'estudio-scoutit-remotesupport.msi' -$rustdeskDl = 'https://files.scoutitsystems.com/public/api/raw?hash=VOG5D5aP2ih-2KAaDT0h4Q' +$rustdeskDl = 'https://scoutit.help/estudio-rust' $rustdeskInstallDir = 'C:\Program Files\ScoutIT-RemoteSupport' $rustdeskService = 'ScoutIT-RemoteSupport' diff --git a/2-Install-RustDesk-Standalone.ps1 b/2-estudio-Install-RustDesk-Standalone.ps1 similarity index 97% rename from 2-Install-RustDesk-Standalone.ps1 rename to 2-estudio-Install-RustDesk-Standalone.ps1 index 814b883..49c1ea4 100644 --- a/2-Install-RustDesk-Standalone.ps1 +++ b/2-estudio-Install-RustDesk-Standalone.ps1 @@ -3,7 +3,7 @@ $ErrorActionPreference = 'SilentlyContinue' # ── Config ──────────────────────────────────────────────────────────────────── $rustdeskMsi = 'estudio-scoutit-remotesupport.msi' -$rustdeskDl = 'https://files.scoutitsystems.com/public/api/raw?hash=VOG5D5aP2ih-2KAaDT0h4Q' +$rustdeskDl = 'https://scoutit.help/estudio-rust' $rustdeskInstallDir = 'C:\Program Files\ScoutIT-RemoteSupport' $rustdeskService = 'ScoutIT-RemoteSupport'