aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
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