From d634267f38f6c294771fa177f5becf2ada2728fa Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 1 Aug 2023 12:52:10 +0530 Subject: [PATCH] fix: scoop testing entrypoint; install scoop for admin --- test/scoop/entrypoint.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scoop/entrypoint.ps1 b/test/scoop/entrypoint.ps1 index 543eb40..3ca868a 100644 --- a/test/scoop/entrypoint.ps1 +++ b/test/scoop/entrypoint.ps1 @@ -1,5 +1,5 @@ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -irm get.scoop.sh | iex +iex "& {$(irm get.scoop.sh)} -RunAsAdmin" scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git scoop install lune