Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions installation/linux/raspbian-raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Fluent Bit is distributed as the `fluent-bit` package and is available for the
Raspberry, specifically for [Raspbian](http://raspbian.org) distribution. The
following versions are supported:

* Raspbian Bookworm (12)
* Raspbian Bullseye (11)
* Raspbian Buster (10)

Expand Down Expand Up @@ -48,6 +49,12 @@ APT server entry to your sources lists.

Add the following content at bottom of your `/etc/apt/sources.list` file.

### Raspbian 12 (Bookworm)

```text
deb https://packages.fluentbit.io/raspbian/bookworm bookworm main
```

### Raspbian 11 (Bullseye)

```text
Expand Down