From 4515cca66dafb98b5d22f5774510b0900c590201 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 8 Jul 2026 16:10:55 +0200 Subject: bootstrap: benutze f-flag bei curl für eine bessere Fehlerbehandlung MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap-nvim-dict.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-nvim-dict.sh') 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() { if command -v wget >/dev/null 2>&1; then wget -q --show-progress "$url" elif command -v curl >/dev/null 2>&1; then - curl -LO "$url" + curl -fLO "$url" else echo "ERROR: neither wget nor curl found" exit 1 -- cgit v1.3