fix: scoop testing entrypoint; install scoop for admin

This commit is contained in:
Erica Marigold 2023-08-01 12:52:10 +05:30 committed by GitHub
parent fdff382a6c
commit d634267f38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git
scoop install lune