From d7c45dec6ef07e9026ce54d56e92699d3406e971 Mon Sep 17 00:00:00 2001 From: misogihagi <47350059+misogihagi@users.noreply.github.com> Date: Sat, 4 Feb 2023 05:17:20 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E6=96=B0=E3=81=AE=E3=82=BF=E3=82=B0?= =?UTF-8?q?=E3=81=AE=E3=81=A0=E3=81=97=E3=81=8B=E3=81=9F=E3=81=AE=E6=94=B9?= =?UTF-8?q?=E5=96=84=20(#379)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/downloads/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/downloads/download.sh b/scripts/downloads/download.sh index 9404f2914..c3093f402 100755 --- a/scripts/downloads/download.sh +++ b/scripts/downloads/download.sh @@ -50,7 +50,7 @@ voicevox_additional_libraries_url(){ latest_version(){ base_url=$1 get_latest_url="$base_url/releases/tag" - echo -En "$(curl -sSfI "$base_url/releases/latest"| grep "location:" | sed -e "s%location: $get_latest_url/%%" | sed 's/\r//g')" + echo -En "$(curl -sSfI "$base_url/releases/latest"| grep -i "location:" | sed -e "s%location: $get_latest_url/%%i" | sed 's/\r//g')" } latest_voicevox_core_version(){