This is a script that allows you to download portable installers of programs from Adobe for macOS with different versions. This can help system administrators who need to install the same program from Adobe on several computers, as well as those people who do not want to use the latest version of programs from Creative Cloud.
-
For the script to work, the Creative Cloud application must be installed
- here you can find "offline" installers Creative Cloud
-
For the script works Python 3 and XCode (or XCode components) mist be installed
- just run this command
xcode-select --install
in terminal to install it
- just run this command
-
Clone the repository or download files via your browser (and of course unpack archive with files)
-
Make the
ccdl.command
file executable- to do this, go to the repository folder in the terminal and run this command
chmod +x ccdl.command
- to do this, go to the repository folder in the terminal and run this command
-
In the Finder double click on the
ccdl.command
file and follow the prompts in the terminal
- Unable to download the Adobe Acrobat installer
- When using a link to download a v5 xml file the script crashes
- Find a way to download Adobe Acrobat
- Fix the script for downloading applications via xml v5
- Find the difference between xml v5 and v4
- Refactoring the script - split it into different files
- Make the script fully or partially cross-platform
- Make it possible to download all the language packs and select the language of the program during installation
- Make interactive examples of requests for downloading an xml file in the browser
P.S. At the moment, I do not know the Python language, but I will learn it sometime and maybe do scheduled tasks. Help is always welcome.
As far as I know, this script was started by the user "ayyybe" on github gist, but then he stopped supporting the script and then the script stopped working and it was fixed by the user "thpryrchn". You can see this in the commit history.
Here are the links to the used sources: