Install
Install copied to clipboard
📥 Next-generation Scoop (un)installer

As reference: https://github.com/lukesampson/scoop/blob/master/bin/uninstall.ps1
Hello, I'm not sure which member, team, or repository is responsible for controlling the redirect for get.scoop.sh, so I'm posting this issue here. As you may know, the domain raw.githubusercontent.com...
#### Description Check if the target path of Scoop installation contains Spaces, non-ASCII characters, or it is a non-empty directory before installation then ... - Advise the risk and side...
Description: I love Scoop and want to support "offline" usage in my company. Therefore I tackled an already existing TODO: https://github.com/ScoopInstaller/Install/blob/656e17b67e8468edc5c5bd51bdad55642a03d9a4/install.ps1#L680
This PR is about https://github.com/ScoopInstaller/Install/issues/73
#### Description I run `iex "& {$(irm get.scoop.sh)} -RunAsAdmin"` in my GitLab CI. The job continues even if scoop installation fails. #### Possible Solution Add an option to `exit` here,...
#### Description Some people (read, me) use a scoop installation in a git working copy - e.g., to be able to cache it in GitLab CI, which can only cache...
#### Description I'd argue that if `scoop` is installed already, the installer should not abort since that would abort CI jobs. #### Possible Solution Exit gracefully here: https://github.com/ScoopInstaller/Install/blob/656e17b67e8468edc5c5bd51bdad55642a03d9a4/install.ps1#L151-L154