From f887befb5be74e7b4fdd205767821466e097c650 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 31 May 2020 05:31:19 +0300 Subject: [PATCH] Updated Raspberry Pi (markdown) --- Raspberry-Pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index 7b6f69c..87d7552 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -120,7 +120,7 @@ Should work on RasPi3 and RasPi4 on Ubuntu 19.10 64bit. ``` Install these: ``` -sudo apt-get install npm mongodb-server mongodb-clients mongodb-tools zip unzip +sudo apt-get install npm mongodb-server mongodb-clients mongo-tools zip unzip sudo npm -g install npm sudo npm -g install n ```