Unverified Commit 0258e7e6 authored by Oleksis Fraga Menéndez's avatar Oleksis Fraga Menéndez Committed by GitHub

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
parent cd5126ee
......@@ -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!
......@@ -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!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment