-
-
Save d1y/55170feaa80b5340b4ea2fb2a5f0edb4 to your computer and use it in GitHub Desktop.
Install DBus under Mac OS X.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Created @ 13.01.2015 by Christian Mayer <http://fox21.at> | |
brew install dbus | |
cp /usr/local/Cellar/d-bus/1.8.8/org.freedesktop.dbus-session.plist ~/Library/LaunchAgents | |
# Load DBus | |
launchctl load -w ~/Library/LaunchAgents/org.freedesktop.dbus-session.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment