Issue: scoop global install reports failure
yonizaf opened this issue · 3 comments
yonizaf commented
Issue Description
installing gsudo globally via scoop (i.e scoop install -g gsudo
) reports failure, the program installs but scoop reports failure, and no version number is shown.
The same problem affects updating via scoop as well. (see ScoopInstaller/Main#4989)
Steps to Reproduce
- run
scoop install -g gsudo
in any elevated command shell. - ...profit!
Screenshots
Context:
- Windows version: 11 22H2
- gsudo version: 2.3.0
gerardog commented
This is a scoop issue. To be honest I didn't know about scoop install -g
.
I've created ScoopInstaller/Scoop#5601 so they can address this issue.
gerardog commented
I've created a PR for Scoop: ScoopInstaller/Scoop#5611
gerardog commented
The PR has been merged! Solved