Skip to content

Commit

Permalink
AU: 1 updated - adobe-creative-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 20, 2021
1 parent 5f1aba6 commit c4d78c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/adobe-creative-cloud/adobe-creative-cloud.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>adobe-creative-cloud</id>
<version>5.3.5.13</version>
<version>5.3.5.14</version>
<title>Adobe Creative Cloud Client</title>
<authors>Adobe</authors>
<owners>tunisiano</owners>
Expand All @@ -19,7 +19,7 @@ Request a user before continuing, so not fully silent
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<summary>Adobe Creative Cloud Client Installer for installing creative cloud subscription applications</summary>
<releaseNotes />
Expand Down
4 changes: 2 additions & 2 deletions automatic/adobe-creative-cloud/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$url = 'https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=KCCC&productName=Creative%20Cloud&os=win&environment=prod&api_key=CCHomeWeb1' # download url
$checksum = '8b149a43a8a9606930407e27f494aa7486bfb203ab1d0aae0c4bddd7681e54f4'
$url = 'https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=KCCC&productName=Creative%20Cloud&os=win&environment=prod' # download url
$checksum = '97cd4cd7793cb35483275cb108cf05109cb98c26d025b95c1e89c78f0983b736'
$checksumType = 'sha256'

$silentArgs = '/quiet' # "/s /S /q /Q /quiet /silent /SILENT /VERYSILENT" # try any of these to get the silent installer #msi is always /quiet
Expand Down

0 comments on commit c4d78c8

Please sign in to comment.