aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/desktop-lite/NOTES.md2
-rw-r--r--src/desktop-lite/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/desktop-lite/NOTES.md b/src/desktop-lite/NOTES.md
index d9b6a8f..ccc4e2e 100644
--- a/src/desktop-lite/NOTES.md
+++ b/src/desktop-lite/NOTES.md
@@ -59,6 +59,6 @@ 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!
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!