From 7b79b55e3d1bcaf8414aac45dc85bfc2037d7299 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sun, 28 Apr 2024 13:31:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20linux=E3=81=AE0.19.0=E5=8C=96=E3=82=92?= =?UTF-8?q?=E5=BF=98=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F=20(#208)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scripts/linuxInstallCpu.sh | 4 ++-- src/scripts/linuxInstallNvidia.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/scripts/linuxInstallCpu.sh b/src/scripts/linuxInstallCpu.sh index 65b50593..e4effa0d 100644 --- a/src/scripts/linuxInstallCpu.sh +++ b/src/scripts/linuxInstallCpu.sh @@ -36,6 +36,6 @@ EOS exit 1 fi -curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.18.1/build/installer_linux.sh >tmp_voicevox_installer.sh -VERSION=0.18.1 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh +curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.19.0/build/installer_linux.sh >tmp_voicevox_installer.sh +VERSION=0.19.0 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh rm tmp_voicevox_installer.sh diff --git a/src/scripts/linuxInstallNvidia.sh b/src/scripts/linuxInstallNvidia.sh index d0be7d9c..80f908d8 100644 --- a/src/scripts/linuxInstallNvidia.sh +++ b/src/scripts/linuxInstallNvidia.sh @@ -36,6 +36,6 @@ EOS exit 1 fi -curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.18.1/build/installer_linux.sh >tmp_voicevox_installer.sh -VERSION=0.18.1 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh +curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.19.0/build/installer_linux.sh >tmp_voicevox_installer.sh +VERSION=0.19.0 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh rm tmp_voicevox_installer.sh