Update adobe-custom-install.sh

This commit is contained in:
Michael
2023-04-27 14:25:41 +01:00
committed by GitHub
parent 746d476f20
commit 03f06ab41b

View File

@@ -25,7 +25,6 @@
echo "*** BEGIN adobe-custom-install.sh ***" echo "*** BEGIN adobe-custom-install.sh ***"
sudo spctl --master-disable sudo spctl --master-disable
#!/bin/zsh
label="customadobecc" # if no label is sent to the script, this will be used label="customadobecc" # if no label is sent to the script, this will be used
# Installomator # Installomator
@@ -1531,14 +1530,6 @@ customadobecc)
elif [[ $(arch) == "i386" ]]; then elif [[ $(arch) == "i386" ]]; then
downloadURL="https://$CUSTOMSRVUSER:$CUSTOMSRVPASS@$CUSTOMSRVHOST/APPS/ADOBE/INTEL/INSTALL.pkg.zip" downloadURL="https://$CUSTOMSRVUSER:$CUSTOMSRVPASS@$CUSTOMSRVHOST/APPS/ADOBE/INTEL/INSTALL.pkg.zip"
fi fi
#downloadURL=$(curl -fs "https://helpx.adobe.com/download-install/kb/creative-cloud-desktop-app-download.html" | grep -o "https*.*dmg" | head -1)
#appNewVersion=$(curl -fs "https://helpx.adobe.com/creative-cloud/release-note/cc-release-notes.html" | grep "mandatory" | head -1 | grep -o "Version *.* released" | cut -d " " -f2)
#installerTool="Adobe Package Downloader.app"
#CLIInstaller="Adobe Package Downloader.app/Contents/MacOS/Install"
#CLIArguments=(--mode=silent)
#expectedTeamID="JQ525L2MZD"
#Company="Adobe"
;; ;;
1password7) 1password7)
name="1Password 7" name="1Password 7"