AppImage: Make minor improvements to README.md
This commit is contained in:
parent
1cfa1b9c50
commit
f26f02c193
|
@ -9,25 +9,17 @@ Monkey AppImage
|
||||||
|
|
||||||
1. Create a clean VM or LXC (not docker!) based on Ubuntu 18.04.
|
1. Create a clean VM or LXC (not docker!) based on Ubuntu 18.04.
|
||||||
1. Copy the `deployment_scripts/appimage` directory to `$HOME/` in the VM.
|
1. Copy the `deployment_scripts/appimage` directory to `$HOME/` in the VM.
|
||||||
1. Run `sudo -v`.
|
|
||||||
1. On the VM, `cd $HOME/appimage`
|
1. On the VM, `cd $HOME/appimage`
|
||||||
|
1. Run `sudo -v`.
|
||||||
1. Execute `./build_appimage.sh`. This will pull all necessary dependencies
|
1. Execute `./build_appimage.sh`. This will pull all necessary dependencies
|
||||||
and build the AppImage.
|
and build the AppImage.
|
||||||
|
|
||||||
NOTE: This script is intended to be run from a clean VM. You can also manually
|
NOTE: This script is intended to be run from a clean VM. You can also manually
|
||||||
remove build artifacts by removing the following files and directories.
|
remove build artifacts by running `appimage/clean.sh`
|
||||||
|
|
||||||
- $HOME/.monkey_island (optional)
|
|
||||||
- $HOME/appimage/squashfs-root
|
|
||||||
- $HOME/git/monkey
|
|
||||||
- $HOME/appimage/Infection_Monkey*x86_64.AppImage
|
|
||||||
|
|
||||||
After removing the above files and directories, you can again execute `bash
|
|
||||||
build_appimage.sh`.
|
|
||||||
|
|
||||||
## Running the AppImage
|
## Running the AppImage
|
||||||
|
|
||||||
The build script will produce an AppImage executible named
|
The build script will produce an AppImage executable named
|
||||||
`Infection_Monkey-x86_64.AppImage`. Simply execute this file and you're off to
|
`Infection_Monkey-x86_64.AppImage`. Simply execute this file and you're off to
|
||||||
the races.
|
the races.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue