From ca06be1d0e890952bba0cde3153f3ad5353f4479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franklin=20Tim=C3=B3teo?= Date: Sun, 12 Jun 2022 14:28:18 -0300 Subject: [PATCH] Updated instructions for installing on Debian (#2732) Current version backports is bullseye. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 376b133e..01ab9a19 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ list of available polybar packages. If you are using **Debian** (bullseye/11/stable) or later, you can install [polybar](https://tracker.debian.org/pkg/polybar) using `sudo apt install polybar`. Newer releases of polybar are sometimes provided in the [backports](https://wiki.debian.org/Backports) repository for stable users, you need to enable [backports](https://wiki.debian.org/Backports) and then install using -`sudo apt -t buster-backports install polybar`. +`sudo apt -t bullseye-backports install polybar`. If you are using **Ubuntu** 20.10 (Groovy Gorilla) or later, you can install polybar using `sudo apt install polybar`.