From 124ac3112289ad6b76d67de1360c01d5d2fa860f Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Fri, 26 Jun 2020 17:59:40 +0200 Subject: Remove dictd build dependency freedict-tools now (correctly) depend on dictd. Also, * do not hide curl's errors. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index a032671..c6f602d 100755 --- a/update.sh +++ b/update.sh @@ -128,7 +128,7 @@ function handle_all platform="$3" shift 3 - curl -sO https://freedict.org/freedict-database.json || exit 1 + curl -sSO https://freedict.org/freedict-database.json || exit 1 cd "$type" || exit 1 -- cgit v1.2.3