We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab56c12 commit edbabd9Copy full SHA for edbabd9
1 file changed
site/_wiki/Install/Linux.md
@@ -7,7 +7,7 @@ hide_from_auto_list: true
7
8
## Ubuntu / Debian {#debian}
9
10
-{% assign deb_filename = site.data.links.project.latestRelease.deb %}
+{% assign deb_filename = site.data.links.project.latestRelease.deb | replace: '{{VERSION}}', latest_otd_version %}
11
12
1. {% include latest-release.html filename=deb_filename %}
13
2. Run the following commands in a terminal
0 commit comments