Skip to content

CSI Linux

Alex Kollar edited this page Sep 9, 2024 · 2 revisions

Install Guide

We took some time to redo the Navi install script to allow for a zero interaction install process.
So lets get into it.

  1. Make a folder for git downloads if it does not exist already.
    mkdir git

  2. Move into the folder.
    cd git

  3. Clone Navi into the folder.
    git clone https://github.com/SaintsSec/Navi

Navi_Install_1

  1. Move into the Navi/install folder
    cd Navi/install

Navi_Install_2

  1. Run the install script

./install.sh

It should be noted that if this does not work you will need to sudo chmod +x install.sh

Navi_Install_3

Note this image is post install

  1. Hangout and wait... Once its done: Exit the terminal, open it back up and type navi

Navi_Install_4

Clone this wiki locally