From 69cd2625668fd6d3190bbd8ab35fc2a3bc10540f Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Sat, 17 Aug 2019 06:48:08 +0100 Subject: [PATCH] Add silent install for Adobe Creative Cloud --- Casks/adobe-creative-cloud.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Casks/adobe-creative-cloud.rb b/Casks/adobe-creative-cloud.rb index 0749ea8203293..1b846fa873fd9 100644 --- a/Casks/adobe-creative-cloud.rb +++ b/Casks/adobe-creative-cloud.rb @@ -6,7 +6,12 @@ name 'Adobe Creative Cloud' homepage 'https://creative.adobe.com/products/creative-cloud' - installer manual: 'Creative Cloud Installer.app' + installer script: { + executable: "#{staged_path}/Creative Cloud Installer.app/Contents/MacOS/Install", + args: ['--mode=silent'], + sudo: true, + } - uninstall delete: "#{staged_path}/#{token}" # Needs to be uninstalled manually + uninstall delete: "#{staged_path}/#{token}", # Needs to be uninstalled manually + rmdir: '/Applications/Utilities/Adobe Installers' end