From fd99340312a31e598564f2b34e0041c26819be1b Mon Sep 17 00:00:00 2001 From: svtter Date: Thu, 9 Apr 2026 17:19:28 +0800 Subject: [PATCH] fix: remove --retry-all-errors flag unsupported by older curl --- setup-opencode/install-opencode.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup-opencode/install-opencode.sh b/setup-opencode/install-opencode.sh index c07613c..ad353ec 100755 --- a/setup-opencode/install-opencode.sh +++ b/setup-opencode/install-opencode.sh @@ -76,7 +76,6 @@ while [[ "$attempt" -le "$OPENCODE_INSTALL_ATTEMPTS" ]]; do --show-error \ --location \ --retry 5 \ - --retry-all-errors \ --retry-delay 2 \ "$OPENCODE_INSTALL_URL" | bash; then break