ScoopInstaller / Install

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

-ScoopGlobalDir didn't work when Runasadmin #53

Closed arch3rPro closed 1 year ago

arch3rPro commented 1 year ago

Description

I use the command to install scoop

.\install.ps1 -RunAsAdmin -ScoopDir 'D:\Scoop' -ScoopGlobalDir 'D:\GlobalScoopApps' -NoProxy

but the ScoopApps was still installed in D:\Scoop\ ,not in D:\GlobalScoopApps

HUMORCE commented 1 year ago

ScoopApps was still installed in D:\Scoop\

What command did you use to install apps as global?

arch3rPro commented 1 year ago

thanks,I used scoop install xxxx -g, it works