Merge pull request #21709 from syaghoubi00/chore/cleanup-unsupported-version-instruction

chore: cleanup instructions for unsupported version
This commit is contained in:
Sebastiaan van Stijn 2025-01-02 00:14:54 +01:00 committed by GitHub
commit 51c5636494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.