When I run install.sh on freshly installed and updated kali linux, the script displays the following error, but installation completes
tools/install.sh: line 252: easy_install: command not found
Reproduction Steps
run tools/install.sh
Environment Details
Host OS: Kali
King Phisher Version: github version as of 2021 August 16
Error Details / Stack Trace
VInstalling dependencies from Pipfile.lock (4a9462)...
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
irtualenv location: /opt/king-phisher/.venv
tools/install.sh: line 252: easy_install: command not found
INFO: Installing the client desktop application file
INFO: Updating the GTK icon cache
gtk-update-icon-cache: Cache file created successfully.
INFO: Creating King Phisher admin group: 'king-phisher'
INFO: Configuring the PostgreSQL server
INFO: PostgreSQL configuration file found at /etc/postgresql/13/main/pg_hba.conf
INFO: Created the PostgreSQL user 'king_phisher' with a random password
INFO: Installing the King Phisher systemd service file in /lib/systemd/system/
INFO: Starting the King Phisher service
Created symlink /etc/systemd/system/multi-user.target.wants/king-phisher.service → /lib/systemd/system/king-phisher.service.
Job for king-phisher.service failed because the control process exited with error code.
See "systemctl status king-phisher.service" and "journalctl -xe" for details.
--------------------------------------------------------------------------------
INFO: You can start the King Phisher client with the following command:
/opt/king-phisher/KingPhisher
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Issue Description
When I run install.sh on freshly installed and updated kali linux, the script displays the following error, but installation completes
tools/install.sh: line 252: easy_install: command not found
Reproduction Steps
run tools/install.sh
Environment Details
Host OS: Kali King Phisher Version: github version as of 2021 August 16
Error Details / Stack Trace