“Как установить Scoop с помощью PowerShell” Ответ

PowerShell Scoop

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

Как установить Scoop с помощью PowerShell

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

Ответы похожие на “Как установить Scoop с помощью PowerShell”

Вопросы похожие на “Как установить Scoop с помощью PowerShell”

Больше похожих ответов на “Как установить Scoop с помощью PowerShell” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования