Rename scripts to include estudio and update RustDesk download URL
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
5dd709e5a2
commit
b5c093ad83
@@ -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:*)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
+1
-1
@@ -16,7 +16,7 @@ $apilink = $downloadlink.split('/')
|
|||||||
|
|
||||||
# ── RustDesk / ScoutIT Remote Support config ──────────────────────────────────
|
# ── RustDesk / ScoutIT Remote Support config ──────────────────────────────────
|
||||||
$rustdeskMsi = 'estudio-scoutit-remotesupport.msi'
|
$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'
|
$rustdeskInstallDir = 'C:\Program Files\ScoutIT-RemoteSupport'
|
||||||
$rustdeskService = 'ScoutIT-RemoteSupport'
|
$rustdeskService = 'ScoutIT-RemoteSupport'
|
||||||
|
|
||||||
@@ -3,7 +3,7 @@ $ErrorActionPreference = 'SilentlyContinue'
|
|||||||
|
|
||||||
# ── Config ────────────────────────────────────────────────────────────────────
|
# ── Config ────────────────────────────────────────────────────────────────────
|
||||||
$rustdeskMsi = 'estudio-scoutit-remotesupport.msi'
|
$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'
|
$rustdeskInstallDir = 'C:\Program Files\ScoutIT-RemoteSupport'
|
||||||
$rustdeskService = 'ScoutIT-RemoteSupport'
|
$rustdeskService = 'ScoutIT-RemoteSupport'
|
||||||
|
|
||||||
Reference in New Issue
Block a user