Skip to content

Commit

Permalink
Merge pull request #7 from johanneskropf/patch-2
Browse files Browse the repository at this point in the history
Update the phonetisaurus link
  • Loading branch information
synesthesiam authored Apr 29, 2020
2 parents 09751de + 9aab9c6 commit eb68b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb68b38

Please sign in to comment.