From a9d9df761e0dee1f8b96310a6a6761eebf22fd00 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 4 Jan 2025 02:48:11 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 28f9cae..5d55208 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -718,12 +718,16 @@ function GetHtmlContent { }); } - if (document.querySelector('input[name="setSVSPowerplan"]').checked) { + if (setSVSPowerplan.checked) { fetch('/installSVSPowerplan', { method: 'GET' }); appendLog("Setting SVS Powerplan", "cyan"); } - + if (installSVSMSPModule.checked) { + fetch('/installsvsmspmodule', { method: 'GET' }); + appendLog("Installing CyberQP", "cyan"); + + } if (installCyberQP.checked) { fetch('/installCyberQP', { method: 'GET' });