diff options
-rwxr-xr-x | install_prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_prepare.sh b/install_prepare.sh index 7889ade..0fa736c 100755 --- a/install_prepare.sh +++ b/install_prepare.sh @@ -6,7 +6,7 @@ test -f "$abbrgen_execname" || \ g++ -Wall -Wextra -std=c++11 -O3 -o "$abbrgen_execname" modules/abbrgen/abbreviation_gen.cpp test -f modules/unicode/UnicodeData.txt || \ - curl -Ls 'https://www.unicode.org/Public/15.0.0/ucd/UnicodeData-15.0.0d5.txt' >modules/unicode/UnicodeData.txt + curl -Ls 'https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt' >modules/unicode/UnicodeData.txt mkdir -p static/fonts test -f static/fonts/mononoki-Regular.woff || { |