mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29:10 +00:00
fix: scoop testing entrypoint; install scoop for admin
This commit is contained in:
parent
fdff382a6c
commit
d634267f38
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue