From 65901a46b68ef130ba29fa4033f6d9eb284ac027 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Thu, 20 Nov 2025 14:55:12 +0330 Subject: [PATCH] packaging: remove buster Signed-off-by: Amin Vakil --- installation/downloads/linux/raspbian-raspberry-pi.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/installation/downloads/linux/raspbian-raspberry-pi.md b/installation/downloads/linux/raspbian-raspberry-pi.md index 7ab60c128..4706e9811 100644 --- a/installation/downloads/linux/raspbian-raspberry-pi.md +++ b/installation/downloads/linux/raspbian-raspberry-pi.md @@ -4,7 +4,6 @@ Fluent Bit is distributed as the `fluent-bit` package and is available for [Rasp - Raspbian Bookworm (12) - Raspbian Bullseye (11) -- Raspbian Buster (10) ## Server GPG key @@ -32,12 +31,6 @@ echo "deb https://packages.fluentbit.io/raspbian/bookworm bookworm main" | sudo echo "deb https://packages.fluentbit.io/raspbian/bullseye bullseye main" | sudo tee /etc/apt/sources.list.d/fluent-bit.list ``` -### Raspbian 10 (Buster) - -```shell -echo "deb https://packages.fluentbit.io/raspbian/buster buster main" | sudo tee /etc/apt/sources.list.d/fluent-bit.list -``` - ### Update your repositories database Now let your system update the `apt` database: