2 lines
92 B
Text
2 lines
92 B
Text
|
#!/bin/sh
|
||
|
powershell -Command "Start-Process 'choco' -Verb runAs -ArgumentList 'install $*'"
|