added command to flux beta not ask to move the app bundle to /Applicatio...
@ -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