Install icon indicating copy to clipboard operation
Install copied to clipboard

📥 Next-generation Scoop (un)installer

Results 34 Install issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/39066280/179425332-baee5dcd-dea3-4dd3-953b-fef3cb223c7d.png)

As reference: https://github.com/lukesampson/scoop/blob/master/bin/uninstall.ps1

good first issue
contribution welcome

DO NOT MERGE Address #60

please-review

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