instalee/handlers/chocolatey/install

2 lines
92 B
Text
Raw Normal View History

2022-08-09 19:47:51 +02:00
#!/bin/sh
powershell -Command "Start-Process 'choco' -Verb runAs -ArgumentList 'install $*'"