mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
5 lines
165 B
PowerShell
5 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
|