Update illustratorSetup.sh

This commit is contained in:
Ibrahim Moamen 2023-01-04 23:41:19 +02:00 committed by GitHub
parent ad157c73aa
commit 61e8201ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ function main() {
function install_illustratorCC() {
local filename="illustratorCC17.tgz"
local filemd5="d470b541cef1339a66ea33a998801f83"
# local filelink="http://127.0.0.1:4050/illustratorCC17.tgz"
local filelink="https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz"
local filelink="http://127.0.0.1:4050/illustratorCC17.tgz"
# local filelink="https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz"
local filepath="$CACHE_PATH/$filename"
download_component $filepath $filemd5 $filelink $filename