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