From 075b1f10df3c94750ee6f255c30c6ac3d6919190 Mon Sep 17 00:00:00 2001 From: bongosite <111244946+bongosite@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:29:13 +0530 Subject: [PATCH] Update illustratorSetup.sh Previous link is broken , so I replace it with the new link --- scripts/illustratorSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/illustratorSetup.sh b/scripts/illustratorSetup.sh index 3785a33..023d8a9 100755 --- a/scripts/illustratorSetup.sh +++ b/scripts/illustratorSetup.sh @@ -65,7 +65,7 @@ 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=" https://downloads.runebase.io/illustratorCC17.tgz" local filepath="$CACHE_PATH/$filename" download_component $filepath $filemd5 $filelink $filename