ScoopInstaller / Install

📥 Next-generation Scoop (un)installer
https://get.scoop.sh
The Unlicense
742 stars 94 forks source link

Option for no side effects like updating the system path #69

Closed jcrben closed 11 months ago

jcrben commented 11 months ago

Description

In an environment where all the configuration is version controlled, I'd rather set up the path myself in other ways. I'd rather not have to worry about some external program messing around with the PATH. So I'm interested in an option to the installer allowing that.

Possible Solution

Add a flag to the installer -UpdateOsPath which defaults to true (current behavior) and allow someone to pass false if they'd rather set up the PATH in some other way.

jcrben commented 11 months ago

Closing this actually - it's a pretty niche use case so I can work around it on my own if I really want to.