diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 143d572..32c6e4a 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -1,4 +1,11 @@ -# region changes to be done +#region changes to be done + +# seems like the command IS running without UI +# & ([ScriptBlock]::Create( (iwr 'https://sm.svstools.com').Content )) -N8nPassword 'Tndmeeisdwge!' -FetchSitesOnly + +# and iwr sm.svstools.com | iex lauched the UI as intended + +# need to test #endregion