From a3d1b58a49a02a274bc5c5124e44eca4a1b2b7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miles=20St=C3=B6tzner?= Date: Fri, 13 Sep 2024 16:12:32 +0200 Subject: [PATCH] update ps1 execution (#409) --- docs/docs/installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index f87a518e14..84f514141e 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -26,9 +26,7 @@ Vintner can be installed on Linux x64/ arm64 and Windows x64 using our installat === "Windows x64" ```powershell linenums="1" - Invoke-WebRequest -Uri "https://vintner.opentosca.org/install.ps1" -OutFile install.ps1 - powershell -ExecutionPolicy Bypass -File .\install.ps1 - Remove-Item install.ps1 + powershell -Command "& {Invoke-WebRequest -Uri 'https://vintner.opentosca.org/install.ps1' -UseBasicParsing | Invoke-Expression}" ``` Install a specific version as follows.