“PowerShell SCOOP” Código de respuesta

PowerShell SCOOP

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex
Lucas Gomes

Cómo instalar Scoop usando PowerShell

# in your powershell type this command
iwr -useb get.scoop.sh | iex
Darkstar

Respuestas similares a “PowerShell SCOOP”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código