forked from p15670423/monkey
appimage: Relocate squashfs-root/ to same dir as build_appimage.sh
This commit is contained in:
parent
7276760c6a
commit
c47f5a5912
|
@ -18,7 +18,7 @@ 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.
|
||||
|
||||
- $HOME/.monkey_island (optional)
|
||||
- $HOME/squashfs-root
|
||||
- $HOME/appimage/squashfs-root
|
||||
- $HOME/git/monkey
|
||||
- $HOME/appimage/Infection_Monkey-x86_64.AppImage
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
APPDIR="$HOME/squashfs-root"
|
||||
APPDIR="./squashfs-root"
|
||||
CONFIG_URL="https://raw.githubusercontent.com/guardicore/monkey/develop/deployment_scripts/config"
|
||||
INSTALL_DIR="$APPDIR/usr/src"
|
||||
|
||||
|
@ -112,7 +112,6 @@ setup_python_37_appdir() {
|
|||
|
||||
./"$PYTHON_APPIMAGE" --appimage-extract
|
||||
rm "$PYTHON_APPIMAGE"
|
||||
mv ./squashfs-root "$APPDIR"
|
||||
mkdir -p "$INSTALL_DIR"
|
||||
}
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
# in order to speed up development and debugging.
|
||||
|
||||
rm -rf "$HOME/.monkey_island"
|
||||
rm -rf "$HOME/squashfs-root"
|
||||
rm -rf "$HOME/appimage/squashfs-root"
|
||||
rm -rf "$HOME/git/monkey"
|
||||
rm "$HOME/appimage/Infection_Monkey-x86_64.AppImage"
|
||||
|
|
Loading…
Reference in New Issue