From 8bc04511c982cfe5b0cecdc3629e72a0f21b7ea7 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 3 Jan 2021 01:47:48 +0330 Subject: [PATCH] exe file link updated poshtiban added --- IllustratorSetup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IllustratorSetup.sh b/IllustratorSetup.sh index 25be527..b968d8b 100755 --- a/IllustratorSetup.sh +++ b/IllustratorSetup.sh @@ -119,7 +119,8 @@ function launcher() { function install_illustratorCC() { local filename="illustratorCC17.tgz" local filemd5="d470b541cef1339a66ea33a998801f83" - local filelink="http://127.0.0.1:4050/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