“Cómo instalar Scoop usando PowerShell” 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 “Cómo instalar Scoop usando PowerShell”

Preguntas similares a “Cómo instalar Scoop usando PowerShell”

Más respuestas relacionadas con “Cómo instalar Scoop usando PowerShell” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código