Closed amexboy closed 7 years ago
and I see that I need git installed.
do you mean curl
?
To use the above script, I believe both curl
and git
are required. It's possible to install Linuxbrew without using git
. To avoid curl
is possible, but may be a bit tedious.
These instructions for installing Linuxbrew on CentOS 5 may be helpful to you: https://github.com/Linuxbrew/brew/wiki/CentOS5
Let's close this. No activity here since a few months. If you still have questions/problems, please open an issue in our new repo: https://github.com/Linuxbrew/brew
I was trying to install using
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)
and I see that I need git installed.Why I needed this in the first place was to avoid asking my system admin.
I was thinking may be using wget could be a solution for this