aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2020-06-26 17:59:40 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2020-06-26 18:01:18 +0200
commit124ac3112289ad6b76d67de1360c01d5d2fa860f (patch)
tree7ec96f4a3f9a01526c1d5c9d8474703da69c0cef /update.sh
parent2f708355a1b44b9c39bb091a58f9217cffa1bdaf (diff)
Remove dictd build dependency
freedict-tools now (correctly) depend on dictd. Also, * do not hide curl's errors.
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
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