forked from p15670423/monkey
b8a5245c1b
When pipenv dumps the lock file to a requirements.txt, it does not include the `sys_platform` directive. This causes pip to attempt to install win32 packages, which fails. By using `pypenv sync --system` instead, only packages applicable to Linux are installed. Fixes #1993 |
||
---|---|---|
.. | ||
.gitignore | ||
AppRun | ||
appimage.sh | ||
clean.sh | ||
infection-monkey.desktop | ||
install-infection-monkey-service.sh | ||
server_config.json.standard |