mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
5 lines
184 B
PowerShell
5 lines
184 B
PowerShell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
|
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
|
|
|
|
scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git
|
|
scoop install lune
|