“Como instalar o Scoop usando PowerShell” Respostas de código

PowerShell Scoop

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

Como instalar o Scoop usando PowerShell

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

Respostas semelhantes a “Como instalar o Scoop usando PowerShell”

Perguntas semelhantes a “Como instalar o Scoop usando PowerShell”

Mais respostas relacionadas para “Como instalar o Scoop usando PowerShell” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código