@F1uffy, thanks for the update! I’m glad you’re up and running. We’re still recommending the git install as it allows you to stay up to date with the latest Dradis updates. Our development team is pushing new changes often. I was able to replicate the Ruby version issues you mentioned on a fresh Kali install but a rbenv version change did the trick. I did have to do the following to get the changes to apply:
vi /home/kali/.zshenv
and added:
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
After quitting the terminal and restarting, the following commands finally matched:
ruby -v
rbenv global
And once both of those listed 2.4.1, the ./bin/setup
proceeded as expected. Just wanted to leave this here for the next person!