ScoopInstaller / Install

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

fix(install): Allow installation in Windows Sandbox without -RunAsAdmin #43

Closed r15ch13 closed 1 year ago

r15ch13 commented 1 year ago

This allows running default command irm get.scoop.sh | iex in Windows Sandbox instead of the modified command iex "& {$(irm get.scoop.sh)} -RunAsAdmin"