From d0f11af18e849910fd39cf4304b060130e30c2d1 Mon Sep 17 00:00:00 2001 From: azivner Date: Fri, 30 Nov 2018 08:52:40 +0100 Subject: [PATCH] we're now using scrypt from node itself, no deps necessary --- Manual server installation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Manual server installation.md b/Manual server installation.md index c5d45ef..e4d2a12 100644 --- a/Manual server installation.md +++ b/Manual server installation.md @@ -11,10 +11,6 @@ node --version If your linux distribution has only outdated version of node.js, you can take a look at the [[installation instructions|https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions]] on node.js website which covers most popular distributions. -### Scrypt requirements - -openssl-dev is dependency which needs to be installed on the host system (in ubuntu package name is "libssl-dev"). - ### Image requirements If you want to use Trilium server installation only as a [[sync server|Synchronization]], you can skip this section.