Skip to content

Commit 3315fbc

Browse files
authored
deb: add installation steps for resolute (#618)
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 6fe9d4c commit 3315fbc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

installation/install-fluent-package/install-by-deb-fluent-package.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem
3434

3535
A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/fluent.sources` (or `/etc/apt/sources.list.d/fluent-lts.sources`) and installs the `fluent-package` deb package.
3636

37+
#### For Ubuntu Resolute:
38+
39+
##### fluent-package 6 (LTS)
40+
41+
```bash
42+
curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-resolute-fluent-package6-lts.sh | sh
43+
```
44+
45+
{% hint style='info' %}
46+
fluent-package for normal release version is not ready yet. LTS version is recommended now.
47+
{% endhint %}
48+
3749
#### For Ubuntu Noble:
3850

3951
##### fluent-package 6 (LTS)

0 commit comments

Comments
 (0)