Skip to content

Commit

Permalink
Docs: Update the version number in Linux setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed May 31, 2023
1 parent fa89deb commit 06cbb84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/content/setup/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ On Windows, AppImage can be run in WSL 2.

1. Make the AppImage package executable:
```bash
chmod u+x InfectionMonkey-v2.0.0.AppImage
chmod u+x InfectionMonkey-v2.2.0.AppImage
```
1. Start Monkey Island by running the Infection Monkey AppImage package:
```bash
./InfectionMonkey-v2.0.0.AppImage
./InfectionMonkey-v2.2.0.AppImage
```

If you get errors related to FUSE, you may need to install FUSE 2.X first:
Expand All @@ -58,12 +58,12 @@ The Infection Monkey can be installed as a service and run on boot by running th
with the following parameters. This requires root permissions, so run `sudo -v` and enter your
password before running the script, if required.
```bash
./InfectionMonkey-v2.0.0.AppImage service --install --user <USERNAME>
./InfectionMonkey-v2.2.0.AppImage service --install --user <USERNAME>
```

To uninstall it, run:
```bash
./InfectionMonkey-v2.0.0.AppImage service --uninstall
./InfectionMonkey-v2.2.0.AppImage service --uninstall
```

{{% notice info %}}
Expand All @@ -77,7 +77,7 @@ You can configure the server by creating
a [server configuration file](../../reference/server_configuration) and
providing a path to it via command line parameters:

`./InfectionMonkey-v2.0.0.AppImage --server-config="/path/to/server_config.json"`
`./InfectionMonkey-v2.2.0.AppImage --server-config="/path/to/server_config.json"`

### Start Monkey Island with user-provided certificate

Expand Down Expand Up @@ -113,7 +113,7 @@ The server configuration file should look something like:
1. Start Monkey Island by running the Infection Monkey AppImage package:
```bash
./InfectionMonkey-v2.0.0.AppImage --server-config="/path/to/server_config.json"
./InfectionMonkey-v2.2.0.AppImage --server-config="/path/to/server_config.json"
```
1. Access the Monkey Island web UI by pointing your browser at
Expand All @@ -134,7 +134,7 @@ The server configuration file should look something like:

1. Start Monkey Island by running the Infection Monkey AppImage package:
```bash
./InfectionMonkey-v2.0.0.AppImage --server-config="/path/to/server_config.json"
./InfectionMonkey-v2.2.0.AppImage --server-config="/path/to/server_config.json"
```

1. Access the Monkey Island web UI by pointing your browser at
Expand Down

0 comments on commit 06cbb84

Please sign in to comment.