Skip to content

Commit

Permalink
Update windows.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
SayesCode authored Nov 6, 2024
1 parent 3471818 commit 8ca84ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ if %errorlevel% neq 0 (

:: Instalar Chocolatey se nenhum gerenciador foi encontrado
echo Nenhum gerenciador de pacotes encontrado. Instalando Chocolatey...
powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^
"[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; ^
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"

:: Instalar Docker Desktop com Chocolatey
choco install docker-desktop -y
Expand Down

0 comments on commit 8ca84ac

Please sign in to comment.