You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Brew installed already so all good, but I think it would be nice to check for Brew in case user forgot that he/she does not have Brew installed.
@lesaff good call! I'm not sure though that I want it to actually perform the installation. I'd rather just let them know that switch-php requires Brew and maybe recommend the necessary commands to run.
I personally think installing Brew (or anything for that matter) without asking for the user's permission is a little unethical. But I can definitely add in a clause that if Brew isn't installed, throw an error that also includes the necessary commands to install Brew so they can copy/paste/run if they so desire.
I have Brew installed already so all good, but I think it would be nice to check for Brew in case user forgot that he/she does not have Brew installed.
Something like this perhaps?
Source: https://gist.github.com/ryanmaclean/4094dfdbb13e43656c3d41eccdceae05
The text was updated successfully, but these errors were encountered: