error: sorry something went wrong during download illustratorCC17.tgz
I've got the same issue
Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz
Took me a second to find the file where to edit line 68, for anyone wondering it is here:
illustratorCClinux/scripts/illustratorSetup.sh
Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz
Yes, this solved the problem with the installation, but another error occurred
@IvanIsak2000 first of all you shouldn't be doing regular stuff from under the Root user. Check out this article if you're unsure why.
Next, try to repeat the install under a regular user and if the error persists, just manually create the missing folder it tries to put a desktop shortcut into. Like this:
mkdir -p ~/.local/share/applications
@IvanIsak2000 first of all you shouldn't be doing regular stuff from under the Root user. Check out this article if you're unsure why.
Next, try to repeat the install under a regular user and if the error persists, just manually create the missing folder it tries to put a desktop shortcut into. Like this:
mkdir -p ~/.local/share/applications
I think i solved this problem: i wrote bash script in root folder which start illustrator:
#!/bin/bash
sudo wine /root/.illustratorCC17/IllustratorCC17/IllustratorCC64.exe
Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz
worked for me, thanks!
Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz
worked for me, thanks!
Sup, hope u can help me..just one question, how did u fix it? what I need to replace? I did not understand about the line 68
Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz
Sup, hope u can help me..just one question, how did u fix it? what I need to replace? I did not understand about the line 68
Alright the fix was in the earlier issues: on line 68 replace the victor link with : https://downloads.runebase.io/illustratorCC17.tgz
Sup, hope u can help me..just one question, how did u fix it? what I need to replace? I did not understand about the line 68
Hey, open to scripts folder and open illustratorSetup.sh, move to 68 line and replace value as https://downloads.runebase.io/illustratorCC17.tgz
Thank you all
Really appreciate