diff --git a/test/scoop/entrypoint.ps1 b/test/scoop/entrypoint.ps1 new file mode 100644 index 0000000..543eb40 --- /dev/null +++ b/test/scoop/entrypoint.ps1 @@ -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