Add note that sudo is needed in LXC containers

This commit is contained in:
Indrek Haav 2022-03-23 20:12:09 +02:00 committed by GitHub
parent bfe478328d
commit 2c7ef3ad1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ Next, a few packages need to be installed, these are mostly various helpers for
$ sudo apt install -y gcc g++ git gnupg make zip unzip
```
> **Note:** If running in an environment where you're root by default, like in an LXC container, make sure sudo is installed, it'll be needed in a later step.
#### Node.js
While [Node.js](https://nodejs.org/) is available in Debian (and Ubuntu) repos, the version there is pretty old. [Nodesource](https://github.com/nodesource/distributions#deb) provides up-to-date versions. The latest LTS version as of the writing of this is v16, so install that: