Scoop
Scoop copied to clipboard
[Feature] Global app installation with non-Administrator accounts
Feature Request
scoop
makes the following two assumptions about installation
-
scoop
should not be installed on the Administrator account - Installing an app globally should be done via
sudo
However this setup does not work properly if the Windows system only has the Administrator account and a non-Administrator account
-
sudo
exits with an error because you are not part of the Administrator group - Launching an Administrator powershell session does not include
scoop
on the $env:PATH - Running scoop in an Administrator shell through its full path causes Git fatal errors concerning the ownership of repos
Describe the solution you'd like
Some official documentation on how to install applications globally if you are not an Administrator (but have access to the Admin account itself)
Describe alternatives you've considered
- Manually adding
scoop
to the system environment variables and marking git'ssafe.directory '*'
system-wide- This is not listed as a supported option, and would need to be manually removed if scoop is uninstalled
- Commenting-out the Administrator check from
sudo
- The
scoop
program is not on the Administrator path, so it still causes a command not found error
- The
- Installing
scoop
a second time as Administrator- The installation script warns against this
- "Unless you know what you are doing" does not apply to me