“Scoop PowerShell” Réponses codées

Scoop PowerShell

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

Comment installer Scoop en utilisant PowerShell

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

Réponses similaires à “Scoop PowerShell”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code