aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorNuño Sempere <nuno.semperelh@protonmail.com>2023-02-12 13:57:37 +0100
committerChocobozzz <chocobozzz@cpy.re>2023-02-13 09:31:12 +0100
commitc092b8637f16f62686716cd3ffb83d30fc779aea (patch)
treed75fbbc8804a5346f35e4b72f6032589b24c0efe /support/doc
parent85ae729151173807114623c1e02c8c763e07cc01 (diff)
downloadPeerTube-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.md2
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
422. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access 422. 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
443. Install NodeJS 16.x: 443. 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)