From f6c9b6683e4c0fe0608c6cbe99fbcad5ffb086b2 Mon Sep 17 00:00:00 2001 From: mrrudy <31594962+mrrudy@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:06:08 +0200 Subject: [PATCH] language correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a28b1c..b4f31987 100644 --- a/README.md +++ b/README.md @@ -1947,7 +1947,7 @@ apt update && apt upgrade -y ``` ⚠️ **Issue with X on Ubuntu 20.04 and Unprivileged** -If you really need to use Ubuntu below 22.04 there is an issue with access rights that prevents Xorg from starting on TTY7 on an Unprivileged container. Workaround exists but a change on the host machine is required so please accept the risk beforehand. On host execute: +If you really need to use Ubuntu below 22.04 there is an issue with access rights that prevents Xorg from starting on TTY7 on an Unprivileged container. Workaround exists but a change on the host machine is required so please accept the risk beforehand. In the Proxmox Shell: ```yaml chmod 660 /dev/tty7 ```