From f465b564b5988b9fbbfb90410c3c46d87ea69235 Mon Sep 17 00:00:00 2001 From: Eliezer Croitoru Date: Thu, 9 Nov 2023 02:09:47 +0200 Subject: [PATCH] 1 --- install.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 install.ps1 diff --git a/install.ps1 b/install.ps1 new file mode 100644 index 0000000..d304ae4 --- /dev/null +++ b/install.ps1 @@ -0,0 +1 @@ +Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) \ No newline at end of file