Skip to content

slaughtering/scoop_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scoop (un)installer

Installation

Run this command from your PowerShell to install scoop with default configuration, scoop will be install to C:\Users\<user>\scoop.

Typical Installation

iwr -useb 'https://raw.githubusercontent.com/tryscoop/install/master/install.ps1' | iex

Advanced Installation

If you want to have an advanced installation, for example install scoop to a custom directory. You can download the installer and manually execute it with parameters.

iwr -useb 'https://raw.githubusercontent.com/tryscoop/install/master/install.ps1' -outfile 'install.ps1'
.\install.ps1 -ScoopDir 'D:\Applications\Scoop' -ScoopGlobalDir 'F:\GlobalScoopApps' -NoProxy

To see all configurable parameters of the installer.

.\install.ps1 -?

About

📥 WIP: Next-generation Scoop (un)installer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%