6 lines
No EOL
376 B
Batchfile
6 lines
No EOL
376 B
Batchfile
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'))
|
|
|
|
choco source add -n="oto" -s="http://toki-labs.com:5001/v3/index.json"
|
|
choco install oto --source="oto" |