matamorphosis / Scrummage

A Holistic OSINT and Threat Hunting Platform
GNU General Public License v3.0
502 stars 81 forks source link

Installing script using deleted files #53

Closed KeleranV closed 1 year ago

KeleranV commented 1 year ago

Hello, I'm currently trying to install the project on an Ubuntu 20.04 fresh install, and was encountering some issues. In the install.sh script, when installing poetry and installing the project dependencies, the script use the pyhon_requirements.txt file, but it was deleted in a previous commit.

matamorphosis commented 1 year ago

I see you raised a pull request, which I've now merged to master, I assume that fixed the issue?

KeleranV commented 1 year ago

Hello, Sorry I'm new to the process of forking to contribute, I thought that the master branch on the fork was mine, but it sent the code on your repo . It seems to work on my dev environment, but it might be because of other things I did. I'll continue to test and code to ensure that the script work. Sorry for the inconvenience

matamorphosis commented 1 year ago

No problem, I reviewed the change, and it addressed a gap in the last release. These days the docker image tends to take preference, and the manual install script, unfortunately gets neglected sometimes, so your effort is much appreciated!