From 9aab9c67efe57975b34ff1f3e770c2c2b9f080a7 Mon Sep 17 00:00:00 2001 From: johanneskropf <46578064+johanneskropf@users.noreply.github.com> Date: Wed, 29 Apr 2020 16:12:32 +0200 Subject: [PATCH] Update the phonetisaurus link updated to link from https://github.com/synesthesiam/voice2json/issues/2 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d382380..084a3cd 100755 --- a/install.sh +++ b/install.sh @@ -263,7 +263,7 @@ if [[ ! -d "${phonetisaurus_dir}/build" ]]; then phonetisaurus_file="${download_dir}/phonetisaurus-2019.tar.gz" if [[ ! -f "${phonetisaurus_file}" ]]; then - phonetisaurus_url='https://github.com/synesthesiam/phonetisaurus-2019/releases/download/v1.0/phonetisaurus-2019.tar.gz' + phonetisaurus_url='https://github.com/synesthesiam/docker-phonetisaurus/raw/master/download/phonetisaurus-2019.tar.gz' echo "Downloading phonetisaurus (${phonetisaurus_url})" download "${phonetisaurus_url}" "${phonetisaurus_file}" fi