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