aboutsummaryrefslogtreecommitdiff
path: root/src/desktop-lite
diff options
context:
space:
mode:
authorOleksis Fraga Menéndez <44526468+oleksis@users.noreply.github.com>2022-09-17 07:43:33 +0300
committerGitHub <noreply@github.com>2022-09-17 07:43:33 +0300
commit0258e7e66a2df165ad98f6e4c6f93b1a34cbb8f5 (patch)
tree8b6a14730adfb2f9874b05e9604a7e1a0c50fbf2 /src/desktop-lite
parentcd5126ee2df67aa34f2df5f3ff0dd1e054d2042f (diff)
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
Diffstat (limited to 'src/desktop-lite')
-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!