mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
6 lines
165 B
PowerShell
6 lines
165 B
PowerShell
|
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
|
||
|
irm get.scoop.sh | iex
|
||
|
|
||
|
scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git
|
||
|
scoop install lune
|