From e14ff1059abc7b18abe5a8790dc12d6e75fdbbf2 Mon Sep 17 00:00:00 2001 From: leedongmyung Date: Sat, 25 Jan 2025 16:43:01 +0900 Subject: [PATCH] =?UTF-8?q?chocolatey=20install=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/package/oto_install.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/package/oto_install.bat b/assets/package/oto_install.bat index 0a44cb7..e612194 100644 --- a/assets/package/oto_install.bat +++ b/assets/package/oto_install.bat @@ -1,2 +1,6 @@ +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" \ No newline at end of file