google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.58k stars 589 forks source link

install helper script #2868

Closed johnncennaa closed 1 year ago

johnncennaa commented 1 year ago

HI,

I am trying to install timesketch for some testing. However, the URL provided for the helper script doesn't seem to exist.

Any next recommended steps?

Thanks

jaegeral commented 1 year ago

Hi @johnncennaa, can you explain a little more, in particular

Also did you check https://timesketch.org/guides/admin/troubleshooting/?

Cheers

johnncennaa commented 1 year ago

For sure.

I am just following the installation instructions at https://github.com/google/timesketch/blob/master/docs/guides/admin/install.md

On step number 2 (download helper script) "curl -s -O https://raw.githubusercontent.com/google/timesketch/master/contrib/deploy_timesketch.sh", I am getting a 404 error.

jaegeral commented 1 year ago

hm can you try to run curl -s -O https://google.com as the shell script is clearly available: https://raw.githubusercontent.com/google/timesketch/master/contrib/deploy_timesketch.sh ?

jaegeral commented 1 year ago

Just tried it myself, and it was downloaded without any issue.

md5sum deploy_timesketch.sh
eac6d6798ff66c91a84a81bd94965d5d  deploy_timesketch.sh
johnncennaa commented 1 year ago

ok i got it solved. i probably have some dependencies that caused issues with curl.

i used wget and worked no problem. md5 hash matches. good to go. thanks for the quick response!

jaegeral commented 1 year ago

Cool