You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/installation.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ <h4>Install Specific Version</h4>
114
114
{%- endhighlight -%}
115
115
116
116
<h4>Direct Download</h4>
117
-
{%- assign f = site.data.checksums.artifacts.cli.macos.x86_64.filename -%}
117
+
{%- assign f = site.data.checksums_current.artifacts.cli.macos.x86_64.filename -%}
118
118
<ahref="https://install.duckdb.org/v{{ site.current_duckdb_version }}/{{ f }}" class="download-btn" download="{{ f }}" rel="noopener noreferrer">{{ f }}</a>
119
119
{%- include checksum_inline.html environment="cli" platform="macos" -%}
120
120
@@ -129,7 +129,7 @@ <h4>Direct Download</h4>
129
129
<!-- TODO: Replace with actual LTS installation instructions for CLI macOS -->
130
130
131
131
{%- highlight bash -%}
132
-
TODO
132
+
curl https://install.duckdb.org | DUCKDB_VERSION={{ site.lts_duckdb_version }} sh
{%- include checksum_inline.html environment="c" platform="linux" architecture="arm64" -%}
391
391
@@ -397,7 +397,7 @@ <h4>Gradle</h4>
397
397
data-environment="c"
398
398
data-docs="{% link docs/stable/clients/c/overview.md %}">
399
399
400
-
{%- assign f = site.data.checksums.artifacts.c.macos.x86_64.filename -%}
400
+
{%- assign f = site.data.checksums_current.artifacts.c.macos.x86_64.filename -%}
401
401
<ahref="https://install.duckdb.org/v{{ site.current_duckdb_version }}/{{ f }}" class="download-btn" download="{{ f }}" rel="noopener noreferrer">{{ f }}</a>
402
402
{%- include checksum_inline.html environment="c" platform="macos" -%}
403
403
@@ -409,11 +409,11 @@ <h4>Gradle</h4>
409
409
data-environment="c"
410
410
data-docs="{% link docs/stable/clients/c/overview.md %}">
0 commit comments