From eb506c53bb339e4794a1c2fb7f921f45e681f236 Mon Sep 17 00:00:00 2001 From: "leedongmyung(desktop)" Date: Fri, 31 Jan 2025 21:00:45 +0900 Subject: [PATCH] =?UTF-8?q?bat=20->=20ps1=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/package/{oto_install.bat => oto_install.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename assets/package/{oto_install.bat => oto_install.ps1} (85%) diff --git a/assets/package/oto_install.bat b/assets/package/oto_install.ps1 similarity index 85% rename from assets/package/oto_install.bat rename to assets/package/oto_install.ps1 index e612194..c1c94ed 100644 --- a/assets/package/oto_install.bat +++ b/assets/package/oto_install.ps1 @@ -1,5 +1,5 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; \ -[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; \ +[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"