chore: cleanup instructions for unsupported version

Debian 10 is no longer a supported version,
per content/manuals/engine/install/debian.md#os-requirements

Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
This commit is contained in:
Sebastian Yaghoubi 2025-01-01 14:54:00 -08:00
parent 73d74add2b
commit d40576b3ab
No known key found for this signature in database
GPG Key ID: 563B612A0D06FC4F
1 changed files with 0 additions and 3 deletions

View File

@ -98,9 +98,6 @@ testuser:231072:65536
{{< tab name="Debian GNU/Linux" >}}
- Install `dbus-user-session` package if not installed. Run `sudo apt-get install -y dbus-user-session` and relogin.
- For Debian 10, add `kernel.unprivileged_userns_clone=1` to `/etc/sysctl.conf` (or
`/etc/sysctl.d`) and run `sudo sysctl --system`. This step is not required on Debian 11.
- For Debian 11, installing `fuse-overlayfs` is recommended. Run `sudo apt-get install -y fuse-overlayfs`.
This step is not required on Debian 12.