mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
feat: scoop tests
This commit is contained in:
parent
508ca6aa8f
commit
cff452e7cb
1 changed files with 5 additions and 0 deletions
5
test/scoop/entrypoint.ps1
Normal file
5
test/scoop/entrypoint.ps1
Normal file
|
@ -0,0 +1,5 @@
|
|||
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||||
irm get.scoop.sh | iex
|
||||
|
||||
scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git
|
||||
scoop install lune
|
Loading…
Reference in a new issue