Skip to content

fix(rokur): use deno binary release directly, not install-manual URL (re-apply, closes #16)#23

Merged
hyperpolymath merged 1 commit into
mainfrom
refix/rokur-deno-install-url
May 3, 2026
Merged

fix(rokur): use deno binary release directly, not install-manual URL (re-apply, closes #16)#23
hyperpolymath merged 1 commit into
mainfrom
refix/rokur-deno-install-url

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Re-applies fix originally squash-merged as #20 and reverted as part of the rescript-ecosystem cleanup. Same content. Closes #16.

The /releases/latest/download/install.sh URL was the install-manual artifact that no longer exists; switching to the direct binary release (deno-x86_64-unknown-linux-gnu.zip) is the correct upstream-recommended path.

…20)

Closes #16.

`https://deno.land/install-manual@v${DENO_VERSION}.sh` returns content
that sh cannot parse:

  sh: syntax error: unexpected redirection
  curl: (23) Failure writing output to destination, passed 16375 returned 0

Replaced with the explicit binary release URL pattern from
denoland/deno's GitHub releases. That path is the canonical,
deterministic download surface — no shell parsing involved, no
install-script redirection, and the URL pattern is stable across
Deno releases.
@hyperpolymath hyperpolymath merged commit 0b27154 into main May 3, 2026
6 checks passed
@hyperpolymath hyperpolymath deleted the refix/rokur-deno-install-url branch May 3, 2026 10:35
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 3, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[container-stack/rokur] Deno install URL 'install-manual@vX.Y.Z' returns content that breaks sh

1 participant