Lucky
0
Q:

Scoop

$iwr https://deno.land/x/install/install.ps1 -useb | iex
0
Set-ExecutionPolicy RemoteSigned -scope CurrentUser

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

# or shorter
iwr -useb get.scoop.sh | iex
0

New to Communities?

Join the community