“Powershell Scoop” Kod odpowiedzi

Powershell Scoop

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

Jak zainstalować Scoop za pomocą PowerShell

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

Odpowiedzi podobne do “Powershell Scoop”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu