Skip to content

make install dir relocatable

Joshua Chaitin-Pollak requested to merge jbcpollak/Shinobi:install-fixes into master

Hi, This PR makes the Ubuntu install script relocatable, to use whatever directory its in as the install location, rather than assume /home/Shinobi/

It also makes the shinobi file executable, updates package-lock and installs dos2unix if it isn't already installed.

NB: Why does the script check to see if it packages aren't installed? Why not just try and install everything that is needed? Wouldn't that make the script a lot simpler?

Edited by Joshua Chaitin-Pollak

Merge request reports