From cff452e7cb559ec8693f9db179e2df33d0fc92fb Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 1 Aug 2023 12:45:40 +0530 Subject: [PATCH] feat: scoop tests --- test/scoop/entrypoint.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/scoop/entrypoint.ps1 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