koromodako / mkctf

A CTF framework to create, build, deploy and monitor challenges
MIT License
105 stars 16 forks source link

Fix the path of symlink and install dependencies #15

Closed Crane-Mocker closed 1 year ago

Crane-Mocker commented 1 year ago

Hi koromodako,

The command to create symlink in the original setup.sh uses a source file path missing a .. I fixed that and also added the commands to upgrade pip and install dependencies.

Sincerely, Anais

koromodako commented 1 year ago

Hi Anais, thank you very much for this pull request that triggered a major refactoring operation on this 2-year-old codebase.

Please try out the latest release and let me know if it works as intended. Note that breaking changes occurred in the refactoring process. Do not hesitate to propose changes to the new version if needed, it was not thoroughly tested.

I'm closing this specific pull request as it does not seem to be applicable anymore.

Regards, koromodako