Skip to content
Open
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
8 changes: 4 additions & 4 deletions running.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,16 @@ These commands require a POSIX compatible shell like `bash`. For other shells li

Cockpit is available in Debian since version 10 (Buster).

1. To get the latest version, we recommend to enable the [backports repository](https://backports.debian.org) (as root):
1. To get the latest version, we recommend to enable the [backports repository](https://backports.debian.org):
```
. /etc/os-release
echo "deb http://deb.debian.org/debian ${VERSION_CODENAME}-backports main" > \
/etc/apt/sources.list.d/backports.list
apt update
sudo tee /etc/apt/sources.list.d/backports.list
sudo apt update
```
2. Install or update the package:
```
apt install -t ${VERSION_CODENAME}-backports cockpit
sudo apt install -t ${VERSION_CODENAME}-backports cockpit
```

{:.note}
Expand Down