I am trying to install GIT for a jailed shell user
I followed the instructions and got it working in root
But it won't work in jailed shell for another user, even after adding this
export PATH=$HOME/git/bin/:$HOME/git/lib/libexec/git-core/:$PATH
to his .bash_profile file, nothing.
user@hisdomain.com [~]# git --version -jailshell: git: command not found