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 :: uniq command in linux 
Shell :: png to jpg linux command line 
Shell :: head and tail command in linux 
Shell :: windows how to run sh script 
Shell :: npm global install without sudo 
Shell :: app store allow from anywhere 
Shell :: ssh key for github 
Shell :: All changed files github 
Shell :: pythonlibs install 
Shell :: grub customizer 
Shell :: grep search match 
Shell :: auto start application ubuntu 18.04 
Shell :: will exe file work on ubantu 
Shell :: flutter release mode 
Shell :: how to tell if i have cuda installed 
Shell :: update git using bash 
Shell :: nano duplicate line or copy paste line 
Shell :: how compare 2 file size in bash 
Shell :: Flutter - additional setup for linux 
Shell :: how slice for loop filename without extension in batch file 
Shell :: ned red installation guide ubuntu 
Shell :: bash ls with at least 2 letters 
Php :: ajax add edit delete records in database using php 
Php :: laravel back button 
Php :: laravel random string 
Php :: laravel success message 
Php :: php get directory 
Php :: protected table laravel 
Php :: remove first letter php 
Php :: get all routes laravel 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =