chocolatey/install.cmd hinzugefügt

This commit is contained in:
Peter Reichart 2023-08-18 09:08:57 +00:00
parent 0c4c1380fd
commit 5615b06c8d

8
chocolatey/install.cmd Normal file
View File

@ -0,0 +1,8 @@
@echo off
SET DIR=%~dp0%
::download install.ps1
%systemroot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "((new-object net.webclient).DownloadFile('https://community.chocolatey.org/install.ps1','%DIR%install.ps1'))"
::run installer
%systemroot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "& '%DIR%install.ps1' %*"