mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49: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
|
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 bucket add lune https://github.com/CompeyDev/lune-packaging.git
|
||||||
scoop install lune
|
scoop install lune
|
||||||
|
|
Loading…
Reference in a new issue