Update TGBeta.ps1
This commit is contained in:
@@ -712,8 +712,7 @@ function GetHtmlContent {
|
||||
// Priority 1: Install SVSMSP Module
|
||||
if (installSVSMSPModule.checked) {
|
||||
appendLog("Installing SVSMSP Module (Priority 1)...", "cyan");
|
||||
fetch('/installSVSMSPModule', { method: 'GET' })
|
||||
await pause(10000); // 10-second pause
|
||||
fetch('/installSVSMSPModule', { method: 'GET' })
|
||||
}
|
||||
|
||||
// Priority 2: Install DattoRMM
|
||||
@@ -734,7 +733,6 @@ function GetHtmlContent {
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify(payload)
|
||||
})
|
||||
await pause(10000); // 10-second pause
|
||||
}
|
||||
|
||||
// Lower-priority tasks
|
||||
|
||||
Reference in New Issue
Block a user