From 0258e7e66a2df165ad98f6e4c6f93b1a34cbb8f5 Mon Sep 17 00:00:00 2001 From: Oleksis Fraga Menéndez <44526468+oleksis@users.noreply.github.com> Date: Sat, 17 Sep 2022 00:43:33 -0400 Subject: Fix link to debian common docs (#166) * Fix link to debian common docs * Fix: point to the common-utils feature * Update: change the name of the link to be common-utils instead of common-debian.sh --- src/desktop-lite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/desktop-lite/README.md') diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md index 94c912a..249723a 100644 --- a/src/desktop-lite/README.md +++ b/src/desktop-lite/README.md @@ -84,7 +84,7 @@ If you want the full version of **Google Chrome** in the desktop: && apt-get -y install /tmp/chrome.deb ``` -2. Chrome sandbox support requires you set up and run as a non-root user. The [`debian-common.sh`](common.md) script can do this for you, or you [set one up yourself](https://aka.ms/vscode-remote/containers/non-root). Alternatively, you can start Chrome using `google-chrome --no-sandbox` +2. Chrome sandbox support requires you set up and run as a non-root user. The [`common-utils`](https://github.com/devcontainers/features/tree/main/src/common-utils) script can do this for you, or you [set one up yourself](https://aka.ms/vscode-remote/containers/non-root). Alternatively, you can start Chrome using `google-chrome --no-sandbox` That's it! -- cgit v1.2.3