orlikoski / Skadi

Collect, Process, and Hunt with host based data from MacOS, Windows, and Linux
https://www.skadivm.com
GNU General Public License v3.0
489 stars 71 forks source link

Issues with cloning #124

Closed Adriikas closed 3 years ago

Adriikas commented 3 years ago

I have installed docker and tested but receiving the following error when installing Skadi = wget -O /tmp/buildskadi.sh https://raw.githubusercontent.com/orlikoski/skadi/master/scripts/buildskadi.sh The following ports are open: 80,5432,9200.

Building dependency tree
Reading state information... Done vm.max_map_count = 262144 vm.max_map_count=262144 Renaming Host to skadi Enabling UFW firewall to only allow OpenSSH and Ngninx Full Skipping adding existing rule Skipping adding existing rule (v6) Skipping adding existing rule Skipping adding existing rule (v6) Skipping adding existing rule Skipping adding existing rule (v6) Firewall is active and enabled on system startup Downloading Skadi Cloning into '/opt/Skadi'... fatal: Remote branch master not found in upstream origin

orlikoski commented 3 years ago

That's a problem due to me renaming Master to Main. I recommend using the pre-built VM or the docker native version until it is fixed.

Here are the Docker instructions: https://github.com/orlikoski/Skadi/wiki/Docker-Skadi-Starting

orlikoski commented 3 years ago

I updated the instances of branch master to main that I found in Skadi/scripts and that should take care of the issue. Please let us know if it doesn't

epicsilence99 commented 3 years ago

hey @Adriikas just following up on @orlikoski comment above, has the issue been resolved since the changes were made to Skadi/script?

Also I updated https://github.com/orlikoski/Skadi/wiki/Installation:-OpenSSL-Signed-Installation-Guide/f155a557030b261434b905f29b29b6335ec191d4 to reflect the correct branch now, so if you try again with the following: wget -O /tmp/buildskadi.sh https://raw.githubusercontent.com/orlikoski/skadi/main/scripts/buildskadi.sh sudo bash /tmp/buildskadi.sh

Thanks

epicsilence99 commented 3 years ago

Documentation has been updated, tested and verified working. Closing issue