From 93d1575311406a394a48ef55c12cee7ec59988c8 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 14 Mar 2018 10:58:33 +0300 Subject: fix first sudo command (#337) --- support/doc/dependencies.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'support/doc/dependencies.md') diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index a130abb51..212233bcb 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -1,19 +1,21 @@ # Dependencies ## Debian / Ubuntu and derivatives - 1. Install basic utility programs needed for the installation + 1. On a fresh Debian, as root user, install basic utility programs needed for the installation ``` -$ sudo apt-get install curl sudo unzip vim +$ 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. Install certbot (choose instructions for nginx and your distribution) : + 3. Install certbot (choose instructions for nginx and your distribution) : [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) - 3. Install NodeJS 8.x (current LTS): + 4. Install NodeJS 8.x (current LTS): [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) - 4. Install yarn: + 5. Install yarn: [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) - 5. Run: + 6. Run: ``` $ sudo apt update -- cgit v1.2.3