Update adobecreativeclouddesktop.sh

This commit is contained in:
Søren Theilgaard
2021-11-10 09:06:04 +01:00
parent a2ee2ccdde
commit ca772a6d28

View File

@@ -1,6 +1,6 @@
adobecreativeclouddesktop)
appName="Install.app"
name="Creative Cloud"
appName="Install.app"
type="dmg"
if [[ $(arch) == "arm64" ]]; then
downloadURL=$(curl -fs "https://helpx.adobe.com/download-install/kb/creative-cloud-desktop-app-download.html" | grep -o "https*.*macarm64.*dmg" | cut -d '"' -f1 | head -1)