Skip to content

Commit

Permalink
fix: linuxの0.19.0化を忘れていた
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Apr 28, 2024
1 parent 626bc56 commit e22de25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/scripts/linuxInstallCpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/scripts/linuxInstallNvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e22de25

Please sign in to comment.