Installing git in Cpanel servers
However the solution is simple - it's already installed! (as of cPanel 11.36)
Just run:
/usr/local/cpanel/3rdparty/bin/git
if you want to add it to your path you can symlink it using something like this:
ln -s /usr/local/cpanel/3rdparty/bin/git /usr/bin/git
No comments:
Post a Comment