Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Powershell Scoop

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

how to install scoop using powershell

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

PREVIOUS NEXT
Code Example
Shell :: uuntu free port from use 
Shell :: create a repo using github api 
Shell :: bash split string to array 
Shell :: rename python3 to python 
Shell :: bash adb command not found... on linux 
Shell :: git find out commit for tag 
Shell :: conda install notebook 
Shell :: how to change my git default editor to vs code 
Shell :: brew install golang-migrate 
Shell :: bash for loop string 
Shell :: git pull from another branch 
Shell :: install kind 
Shell :: install gatsby typography 
Shell :: bash copy file to directory 
Shell :: centos reboot 
Shell :: linux how to undeo ctrl+z 
Shell :: install golang 
Shell :: linux convert mp3 to ogg 
Shell :: how to tar 
Shell :: give root permission to program linux 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: remove users from linux 
Shell :: linux link file 
Shell :: set global git ignore 
Shell :: pull down remote branch git 
Shell :: How To Switch Branch On GIT 
Shell :: git global name & email 
Shell :: 15 second rubber ducky password 
Shell :: install github cli debian 
Shell :: how to install packages from github in flutter 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =