Skip to content

Commit

Permalink
Fix: Linux版インストーラーのバージョンの不一致を修正 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Oct 22, 2024
1 parent 4729210 commit 792eec6
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.20.0/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.20.0 NAME=linux-cpu-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-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.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

0 comments on commit 792eec6

Please sign in to comment.