From 31657c9fae61d78b84c099cad32a46f508808921 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Fri, 9 Apr 2021 14:23:26 +0300 Subject: [PATCH] Fixed small inconsistency in debian installation tutorial --- docs/content/setup/debian.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/setup/debian.md b/docs/content/setup/debian.md index b76d27ec0..ae9751ff5 100644 --- a/docs/content/setup/debian.md +++ b/docs/content/setup/debian.md @@ -32,7 +32,7 @@ This Debian package has been tested on Ubuntu Bionic 18.04 LTS and Ubuntu Focal ``` 1. Install the Monkey Island Debian package: ```sh - sudo dpkg -i monkey_island.deb # this might print errors + sudo dpkg -i monkey_island_deb.deb # this might print errors ``` 1. If, at this point, you receive dpkg errors that look like this: @@ -86,4 +86,3 @@ If you'd like to keep your existing configuration, you can export it to a file using the *Export config* button and then import it to the new Monkey Island. ![Export configuration](../../images/setup/export-configuration.png "Export configuration") -