From 61e8201ea7a1597cb3114af9494c4634e02b7868 Mon Sep 17 00:00:00 2001 From: Ibrahim Moamen <44342326+ibrahimmoamen100@users.noreply.github.com> Date: Wed, 4 Jan 2023 23:41:19 +0200 Subject: [PATCH] Update illustratorSetup.sh --- scripts/illustratorSetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/illustratorSetup.sh b/scripts/illustratorSetup.sh index 3785a33..41c3099 100755 --- a/scripts/illustratorSetup.sh +++ b/scripts/illustratorSetup.sh @@ -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