Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux: 0.21.0 installer installs 0.20.0 #2310

Closed
iRi-E opened this issue Oct 22, 2024 · 2 comments · Fixed by VOICEVOX/voicevox_blog#225
Closed

Linux: 0.21.0 installer installs 0.20.0 #2310

iRi-E opened this issue Oct 22, 2024 · 2 comments · Fixed by VOICEVOX/voicevox_blog#225
Labels

Comments

@iRi-E
Copy link

iRi-E commented Oct 22, 2024

VOICEVOX.Installer.0.21.0.Linux.sh should install 0.21.0 but actually installs 0.20.0 .
Forgot to edit the script?

--- VOICEVOX.Installer.0.20.0.Linux.sh	2024-10-03 19:55:00.535693210 +0900
+++ VOICEVOX.Installer.0.21.0.Linux_fixed.sh	2024-10-22 17:58:54.444923216 +0900
@@ -36,6 +36,6 @@
     exit 1
 fi
 
-curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.20.0/build/installer_linux.sh >tmp_voicevox_installer.sh
-VERSION=0.20.0 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
+curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.21.0/build/installer_linux.sh >tmp_voicevox_installer.sh
+VERSION=0.21.0 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
 rm tmp_voicevox_installer.sh

Thanks!

Ubuntu 24.10

@sevenc-nanashi
Copy link
Member

I created the PR to address the issue.
Thank you for reporting!

(fyi, the installer script is managed in https://github.com/voicevox/voicevox_blog so please open the issue in that repository next time)

@Hiroshiba
Copy link
Member

報告&修正ありがとうございました!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants