Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Update xquartz-beta.rb #3172

Merged
merged 2 commits into from
Jan 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update xquartz-beta.rb
  • Loading branch information
miccal authored Jan 24, 2017
commit 90b672ef8d27a408b34943183fcfeeb73975887c
2 changes: 1 addition & 1 deletion Casks/xquartz-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Load & start XServer to avoid the need of relogin
system_command '/bin/launchctl', args: ['load', '/Library/LaunchAgents/org.macosforge.xquartz.startx.plist']

# Set automatic Updates for Beta Versions
system_command '/usr/bin/defaults', args: ['write', 'org.macosforge.xquartz.X11', 'SUFeedURL', 'http://xquartz.macosforge.org/downloads/sparkle/beta.xml']
end
Expand Down