commit f465b564b5988b9fbbfb90410c3c46d87ea69235 Author: Eliezer Croitoru Date: Thu Nov 9 02:09:47 2023 +0200 1 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