From 4cffa65d358445ed33ee7826d53e75b053cc2304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 19 Mar 2014 20:21:52 +0000 Subject: [PATCH] added command to flux beta not ask to move the app bundle to /Applications --- Casks/flux-beta.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Casks/flux-beta.rb b/Casks/flux-beta.rb index 8f6c3195c..25e0548a7 100644 --- a/Casks/flux-beta.rb +++ b/Casks/flux-beta.rb @@ -4,4 +4,9 @@ class FluxBeta < Cask version 'latest' no_checksum link 'Flux.app' + + after_install do + # Don't ask to move the app bundle to /Applications + system '/usr/bin/defaults', 'write', 'org.herf.Flux', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true' + end end