We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.21.0.Linux.sh
--- 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
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
報告&修正ありがとうございました!!!
Successfully merging a pull request may close this issue.
VOICEVOX.Installer.0.21.0.Linux.sh
should install 0.21.0 but actually installs 0.20.0 .Forgot to edit the script?
Thanks!
Ubuntu 24.10
The text was updated successfully, but these errors were encountered: