Skip to content

Commit

Permalink
Add silent install for Adobe Creative Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayley committed Aug 17, 2019
1 parent 0f8abb3 commit 69cd262
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Casks/adobe-creative-cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 69cd262

Please sign in to comment.