Answers for "install scoop"

2

install scoop

to install scoop:

iwr -useb get.scoop.sh | iex

if you get an execution policy error run: 

iwr -useb get.scoop.sh | iex

To install packages run:

scoop install [package-name]
Posted by: Guest on September-04-2020
-2

command to download scoop

scoop install curl
Posted by: Guest on December-24-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language