(989) 340-3330
$args = “LEVEL_API_KEY=17rQgKrxeJ51LBNEXE9zH6vc:4048”; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $tempFile = Join-Path ([System.IO.Path]::GetTempPath()) “level.msi”; $ProgressPreference = ‘SilentlyContinue’; Invoke-WebRequest -Uri “https://downloads.level.io/level.msi” -OutFile $tempFile; $ProgressPreference = ‘Continue’; Start-Process msiexec.exe -Wait -ArgumentList “/i `”$tempFile`” $args /qn”;
If you need an API string, please use the following key:
17rQgKrxeJ51LBNEXE9zH6vc:4048
LEVEL_API_KEY=17rQgKrxeJ51LBNEXE9zH6vc:4048 bash -c “$(curl -L https://downloads.level.io/install_mac_os.sh)”