matamorphosis / Scrummage

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

install.sh: line 84: syntax error near unexpected token `done' #55

Closed Masriyan closed 1 year ago

Masriyan commented 1 year ago
install.sh: line 84: syntax error near unexpected token `done'
install.sh: line 84: `    done'
brian-larsen commented 1 year ago

After checking the version history of install.sh, it looks like this is left over from a while loop that added lines to pyproject.toml from python_requirements.txt (no longer included). Removing or commenting out this line should eliminate that error.

matamorphosis commented 1 year ago

Hi @Masriyan @brian-larsen, thanks for your contributions. Due to the containerisation of this platform and a recent move to the Poetry package manager which created challenges for the existing manual installation option.

I would recommend moving to the docker image.

I have looked at the install.sh file, and can see that line was removed around 3 months ago, probably not long after this issue was raised. However, I'm not confident the install.sh script works, as it hasn't been tested for quite some time.