diff --git a/docs/hosting-runners-rootless.md b/docs/hosting-runners-rootless.md index 43217cd..b687a0e 100644 --- a/docs/hosting-runners-rootless.md +++ b/docs/hosting-runners-rootless.md @@ -20,7 +20,7 @@ For example on the Hetzner cloud. ```bash # As root, install updates. apt-get update && apt-get upgrade -y -apt install -y systemd-container +apt install -y systemd-container passt ``` ### 2. Install podman (rootless) FROM SOURCE