Pointer to Debian guide on how to add a sudo user

pull/5615/head
Nuño Sempere 2023-02-12 13:57:37 +01:00 committed by Chocobozzz
parent 85ae729151
commit c092b8637f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS
# apt-get install curl sudo unzip vim
```
2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access
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).
3. Install NodeJS 16.x:
[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)