diff options
author | Nuño Sempere <nuno.semperelh@protonmail.com> | 2023-02-12 13:57:37 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-13 09:31:12 +0100 |
commit | c092b8637f16f62686716cd3ffb83d30fc779aea (patch) | |
tree | d75fbbc8804a5346f35e4b72f6032589b24c0efe /support/doc | |
parent | 85ae729151173807114623c1e02c8c763e07cc01 (diff) | |
download | PeerTube-c092b8637f16f62686716cd3ffb83d30fc779aea.tar.gz PeerTube-c092b8637f16f62686716cd3ffb83d30fc779aea.tar.zst PeerTube-c092b8637f16f62686716cd3ffb83d30fc779aea.zip |
Pointer to Debian guide on how to add a sudo user
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 5cf1d5879..680f9c7d9 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -39,7 +39,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS | |||
39 | # apt-get install curl sudo unzip vim | 39 | # apt-get install curl sudo unzip vim |
40 | ``` | 40 | ``` |
41 | 41 | ||
42 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access | 42 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access. You can see a guide for how to do this in Debian/Ubuntu [here](https://www.digitalocean.com/community/tutorials/how-to-add-and-delete-users-on-ubuntu-20-04). |
43 | 43 | ||
44 | 3. Install NodeJS 16.x: | 44 | 3. Install NodeJS 16.x: |
45 | [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) | 45 | [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) |