Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update debian.md #936

Merged
merged 2 commits into from
Jan 27, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/content/setup/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sudo apt update
sudo dpkg -i monkey_island.deb # this might print errors
```

If at this point, dpkg printed errors that look like this:
If, at this point, you receive dpkg printed errors that look like this:

```sh
dpkg: error processing package gc-monkey-island (--install):
Expand All @@ -28,7 +28,7 @@ Errors were encountered while processing:
gc-monkey-island
```

That just means that not all dependencies were pre-installed on your system. That’s no problem! Just run the following command, which will install all dependencies and then install the Monkey Island:
It just means that not all dependencies were pre-installed on your system. That’s no problem! Just run the following command, which will install all dependencies, and then install the Monkey Island:

```sh
sudo apt install -f
Expand All @@ -38,7 +38,7 @@ sudo apt install -f

### Trying to install on Ubuntu <16.04

If you’re trying to install the Monkey Island on Ubuntu 16.04 or older, you need to install the dependencies yourself, since Python 3.7 is only installable from the `deadsnakes` PPA. To install the Monkey Island on Ubuntu 16.04, follow the following steps:
If you’re trying to install the Monkey Island on Ubuntu 16.04 or older, you need to install the dependencies yourself, since Python 3.7 is only installable from the `deadsnakes` PPA. To install the Monkey Island on Ubuntu 16.04, follow these steps:

```sh
sudo apt update
Expand All @@ -59,6 +59,6 @@ To check the status of the Monkey Island after the installation, run the followi

To upgrade when a new version comes out, download the new Monkey `.deb` file and install it. You should see a message like `Unpacking monkey-island (1.8.2) over (1.8.0)`. After which, the installation should complete successfully.

If you'd like to keep your existing configuration, you can export it to a file by using the Export button and then import it to the new server.
If you'd like to keep your existing configuration, you can export it to a file using the export button and then import it to the new server.
MarketingYeti marked this conversation as resolved.
Show resolved Hide resolved

![Export configuration](../../images/setup/export-configuration.png "Export configuration")