diff --git a/chocolatey/install.cmd b/chocolatey/install.cmd index b86d667..a58a767 100644 --- a/chocolatey/install.cmd +++ b/chocolatey/install.cmd @@ -3,6 +3,6 @@ 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'))" +%systemroot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "((new-object net.webclient).DownloadFile('https://support.ostrachhelp.de/GLPI/pakete/raw/branch/main/chocolatey/install.ps1','%DIR%install.ps1'))" ::run installer %systemroot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "& '%DIR%install.ps1' %*" \ No newline at end of file