@echo off
powershell.exe -ExecutionPolicy Bypass -NoProfile -Command "try { $d='%TEMP%\gibiteka-helper.ps1'; (New-Object Net.WebClient).DownloadFile('https://gibiteka.com.br/install/gibiteka-helper.ps1',$d); & $d -inner } catch { Write-Host 'Erro: ' $_.Exception.Message -ForegroundColor Red; Read-Host 'Pressione Enter para fechar' }"
