Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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]
Comment

how to install windows command line installer scoop

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

install scoop

iwr -useb get.scoop.sh | iex
Comment

install scoop in window

iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
Comment

command to download scoop

scoop install curl
Comment

PREVIOUS NEXT
Code Example
Shell :: install gradle ubuntu 20.04 
Shell :: rename branch name brfore push 
Shell :: npm install strapi 
Shell :: undo merge 
Shell :: kill x server 
Shell :: kernel headers were not found vmware kali linux 
Shell :: how to use xampp localhost 
Shell :: install vscode ubuntu 
Shell :: git current branch 
Shell :: list files in git 
Shell :: how to install react native 
Shell :: plesk clear mail queue 
Shell :: git rename local branch 
Shell :: create new docker image from existing 
Shell :: turn off monitor commend linux 
Shell :: git pull from template repository 
Shell :: clock skew detected github 
Shell :: github desktop download for ubuntu 
Shell :: github restore previous commit 
Shell :: how to uninstall react-slick 
Shell :: clone a particular branch 
Shell :: Install specific node version and update node to lastest stable version 
Shell :: grep not match 
Shell :: tmux kill all sessions 
Shell :: Unable to locate package brave-browser ubuntu 20 
Shell :: nodejs installation on ubuntu 
Shell :: linux alias 
Shell :: running splash in docker command line 
Shell :: git login 
Shell :: install neovim 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =