aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap-nvim-dict.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-nvim-dict.sh b/bootstrap-nvim-dict.sh
index 9ffde0f..fa29728 100755
--- a/bootstrap-nvim-dict.sh
+++ b/bootstrap-nvim-dict.sh
@@ -19,7 +19,7 @@ download() {
19 if command -v wget >/dev/null 2>&1; then 19 if command -v wget >/dev/null 2>&1; then
20 wget -q --show-progress "$url" 20 wget -q --show-progress "$url"
21 elif command -v curl >/dev/null 2>&1; then 21 elif command -v curl >/dev/null 2>&1; then
22 curl -LO "$url" 22 curl -fLO "$url"
23 else 23 else
24 echo "ERROR: neither wget nor curl found" 24 echo "ERROR: neither wget nor curl found"
25 exit 1 25 exit 1