From 63e315ab47bb7f618e2f3d60d3d4ce9c2d267cdb Mon Sep 17 00:00:00 2001 From: richardev <17192512+richardevcom@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:29:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updated=20file=20link=20ad?= =?UTF-8?q?dress=20in=20illustratorSetup.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed broken download link to working one. --- scripts/illustratorSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/illustratorSetup.sh b/scripts/illustratorSetup.sh index 3785a33..13a2100 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