From 7c484c78351f589edb7d618191aca5c908696012 Mon Sep 17 00:00:00 2001 From: litagin02 Date: Tue, 19 Mar 2024 08:51:41 +0900 Subject: [PATCH] Powershell version --- scripts/Install-Style-Bert-VITS2-CPU.bat | 2 +- scripts/Install-Style-Bert-VITS2.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Install-Style-Bert-VITS2-CPU.bat b/scripts/Install-Style-Bert-VITS2-CPU.bat index 9e46491..b62655a 100644 --- a/scripts/Install-Style-Bert-VITS2-CPU.bat +++ b/scripts/Install-Style-Bert-VITS2-CPU.bat @@ -5,7 +5,7 @@ chcp 65001 > NUL setlocal enabledelayedexpansion @REM PowerShellのコマンド -set PS_CMD=PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass +set PS_CMD=PowerShell -Version 5.1 -ExecutionPolicy Bypass @REM PortableGitのURLと保存先 set DL_URL=https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/PortableGit-2.44.0-64-bit.7z.exe diff --git a/scripts/Install-Style-Bert-VITS2.bat b/scripts/Install-Style-Bert-VITS2.bat index 83d84c1..35ce45c 100644 --- a/scripts/Install-Style-Bert-VITS2.bat +++ b/scripts/Install-Style-Bert-VITS2.bat @@ -5,7 +5,7 @@ chcp 65001 > NUL setlocal enabledelayedexpansion @REM PowerShellのコマンド -set PS_CMD=PowerShell -NoProfile -NoLogo -ExecutionPolicy Bypass +set PS_CMD=PowerShell -Version 5.1 -ExecutionPolicy Bypass @REM PortableGitのURLと保存先 set DL_URL=https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/PortableGit-2.44.0-64-bit.7z.exe