-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems running setupmymac on my mac #223
Comments
I'll submit a pr and also I manaually needed to run:
Or I'd get the following error when installing psych. |
This makes it possible to continue for quite a while, till the build then fails with:
|
Oops, you're correct; setupmymac now fixed. Note that you may find it easier to use Docker for testing, though if you have an Apple CPU (M1 etc) puppeteer does not work. Otherwise I find it works well, and anyway puppeteer is only needed for website checks. |
digging a bit deeper it seems to be related to my M2 mac ... from what I see it tries to instal the x86 version of nokogiri, but my system is:
|
So I just ran setupmymac on my mac and I got errors.
When debugging the script it seems that in my case
passenger_conf
doesn't exist at/etc/apache2/other/passenger.conf
and therefore the script goes into the second part of the expression in:unless File.exist?(passenger_conf) or File.read(passenger_conf) != snippet
Which then fails ... could it be that this should be an
and
instead of anor
?The text was updated successfully, but these errors were encountered: