`HELM_API_KEY=<komodor_agent_api_key> USER_EMAIL=<user_email> bash <(curl -s -Ls https://raw.githubusercontent.com/komodorio/Install/master/install.sh)
[Net.ServicePointManager]::SecurityProtocol = 'tls12, tls'; (New-Object System.Net.WebClient).DownloadFile("https://raw.githubusercontent.com/komodorio/Install/master/install.ps1", "$env:TEMP\install.ps1"); & PowerShell.exe -ExecutionPolicy Bypass -File $env:TEMP\install.ps1 <komodor_agent_api_key> <user_email>;