diff --git a/src/core.ps1 b/src/core.ps1 index 5e724cb..8c69a5a 100644 --- a/src/core.ps1 +++ b/src/core.ps1 @@ -36,8 +36,8 @@ function Invoke-ScriptAutomationMonkey { # Load remote functions (kept as-is, including verification style) try { - Write-Host "[Info] Loading functions from: $Script:SamyFunctionsUrl" -ForegroundColor Cyan - $functionsContent = (Invoke-WebRequest -UseBasicParsing $Script:SamyFunctionsUrl -ErrorAction Stop).Content + # Write-Host "[Info] Loading functions from: $Script:SamyFunctionsUrl" -ForegroundColor Cyan + #$functionsContent = (Invoke-WebRequest -UseBasicParsing $Script:SamyFunctionsUrl -ErrorAction Stop).Content if ([string]::IsNullOrWhiteSpace($functionsContent)) { throw "Downloaded content was empty."