Giter Club home page Giter Club logo

Comments (14)

cheeeeer avatar cheeeeer commented on May 26, 2024 6

It can't install through the script, but you can download it through your browser. Just press "Resume" whenever it fails. Then, put it in ~/.cache/illustratorCC17 and rerun the install script.

from illustratorcclinux.

abhinavt0681 avatar abhinavt0681 commented on May 26, 2024 4

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

from illustratorcclinux.

Fernando-Lupa avatar Fernando-Lupa commented on May 26, 2024 1

@BAHAEDDINE09 , go into the folder you cloned from git "illustrator CCLinux" and then into "scripts". There is a file called "illustratorSetup.sh". Right click on it and go to open with text editor. Go to line 68, there should be a code like this: local filelink="https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz".
In place of this line, put: local filelink="https://downloads.runebase.io/illustratorCC17.tgz"
Or just replace the "illustratorSetup.sh" file that is in "illustratorCClinux/scripts" with this one.
And it changes from .txt to .sh
Uploading illustratorSetup.txt…

from illustratorcclinux.

edub9 avatar edub9 commented on May 26, 2024 1

@BAHAEDDINE09 , go into the folder you cloned from git "illustrator CCLinux" and then into "scripts". There is a file called "illustratorSetup.sh". Right click on it and go to open with text editor. Go to line 68, there should be a code like this: local filelink="https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz". In place of this line, put: local filelink="https://downloads.runebase.io/illustratorCC17.tgz" Or just replace the "illustratorSetup.sh" file that is in "illustratorCClinux/scripts" with this one. And it changes from .txt to .sh Uploading illustratorSetup.txt…

This worked fine for the install however the software is really buggy and crashes. It also give me an error screen when loading that it cannot load the following plugins..

AppBarControls.aip
Asset MgmtUI.aip
CSSExtractUI.aip
SWFExportUI.aip
ScriptingSUpport.aip
ScriptsMenu.aip
Services.aip

Any idea how I can fix this?
TIA.

from illustratorcclinux.

antonkristiono avatar antonkristiono commented on May 26, 2024

is work to me , download manual and put the file on ~/.cache/illustratorCC17 , and start ./setup.sh again

Thank your sir

from illustratorcclinux.

TimTimTim92 avatar TimTimTim92 commented on May 26, 2024

I have done all the above

1 manually download illistratorCC17.tgz from link above
2 copied it into cache dictionary according to link above
3 and rerun the install according to the above and I still get an error
/illustratorCClinux/scripts$ sudo ./illustratorSetup.sh -d /mnt/storage/illustratorSetup.sh
install path is
-c not define default directory used...
mkdir: missing operand
Try 'mkdir --help' for more information.
package wine is installed...
package md5sum is installed...
/prefix directory exists deleting it...
create /prefix directory...
wine variables exported...
please install mono and gecko packages then click on OK button
prefix configured...
set dark mode for wine...
/resources directory exists deleting it...
create /resources directory...
md5 is not match
downloading illustratorCC17.tgz ...
using curl to download illustratorCC17.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
40 359M 40 145M 0 0 3075k 0 0:01:59 0:00:48 0:01:11 4137k
curl: (18) transfer closed with 223983785 bytes remaining to read
md5 is not match
downloading illustratorCC17.tgz ...
using curl to download illustratorCC17.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
37 359M 37 133M 0 0 3349k 0 0:01:49 0:00:40 0:01:09 4419k
curl: (18) transfer closed with 236609209 bytes remaining to read
md5 is not match
downloading illustratorCC17.tgz ...
using curl to download illustratorCC17.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
44 359M 44 160M 0 0 3261k 0 0:01:52 0:00:50 0:01:02 2783k
curl: (18) transfer closed with 208537531 bytes remaining to read
error: sorry something went wrong during download illustratorCC17.tgz
tim@TIM-PC:
/illustratorCClinux/scripts$"

from illustratorcclinux.

Mdavid508 avatar Mdavid508 commented on May 26, 2024

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Mine worked fine after using this link, Thanks a lot

from illustratorcclinux.

BAHAEDDINE09 avatar BAHAEDDINE09 commented on May 26, 2024

hey, i'm a new user of linux and i didn't get any of your methodes...
can anyone explain it to me step by step, please

from illustratorcclinux.

mohamedboumha avatar mohamedboumha commented on May 26, 2024

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Thank you

from illustratorcclinux.

Ahamet2000 avatar Ahamet2000 commented on May 26, 2024

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Yeah it works

from illustratorcclinux.

cpalaciosvSOEN avatar cpalaciosvSOEN commented on May 26, 2024

Nice ! I already install AI 👍🏽

from illustratorcclinux.

ulliperk avatar ulliperk commented on May 26, 2024

#! /usr/bin/env bash

source "sharedFuncs.sh"

function main() {
mkdir -p $SCR_PATH
mkdir -p $CACHE_PATH

setup_log "================| script executed |================"

#make sure wine package is already installed
package_installed wine
package_installed md5sum

RESOURCES_PATH="$SCR_PATH/resources"
WINE_PREFIX="$SCR_PATH/prefix"
ILLDIR="$SCR_PATH/"

#create new wine prefix for illustrator
rmdir_if_exist $WINE_PREFIX

#export necessary variable for wine
export_var

#config wine prefix and install mono and gecko automatic
echo -e "\033[1;93mplease install mono and gecko packages then click on OK button\e[0m"
winecfg 2> "$SCR_PATH/wine-error.log"
if [ $? -eq 0 ];then
    show_message "prefix configured..."
    sleep 5
else
    error "prefix config failed :("
fi

sleep 10

if [ -f "$WINE_PREFIX/user.reg" ];then
    #add dark mod
    set_dark_mod
else
    error "user.reg Not Found :("
fi

#create resources directory we extract downloaded file into this and will be deleted after installation more like /tmp
rmdir_if_exist $RESOURCES_PATH

#install illustrator
sleep 3
install_illustratorCC
sleep 5

if [ -d $RESOURCES_PATH ];then
    show_message "deleting resources folder"
    rm -rf $RESOURCES_PATH
else
    error "resources folder Not Found"
fi

launcher
show_message "Almost finished..."
sleep 10

}

function install_illustratorCC() {
local filename="illustratorCC17.tgz"
local filemd5="d470b541cef1339a66ea33a998801f83"
# local filelink="http://127.0.0.1:4050/illustratorCC17.tgz"
local filelink="https://downloads.runebase.io/illustratorCC17.tgz"
local filepath="$CACHE_PATH/$filename"

download_component $filepath $filemd5 $filelink $filename

echo "===============| IllustratorCC17 |===============" >> "$SCR_PATH/wine-error.log"

show_message "extract IllustratorCC..."
rmdir_if_exist "$SCR_PATH/IllustratorCC17"
tar -xzf "$filepath" -C "$SCR_PATH" || error "sorry something went wrong during illustrator installation"

show_message "install Illustrator..."

show_message "IllustratorCC v17 x64 installed..."
unset filename filemd5 filelink filepath

}

check_arg $@
save_paths
main

from illustratorcclinux.

TimTimTim92 avatar TimTimTim92 commented on May 26, 2024

Thanks for the help all sorry didnt relise i have to close this its been fixed for a while now

from illustratorcclinux.

richardevcom avatar richardevcom commented on May 26, 2024

In the scripts folder, the file called illustratorSetup.sh can be opened and the on the line 68, replace https://victor.poshtiban.io/p/gictor/illustratorCC/illustratorCC17.tgz with https://downloads.runebase.io/illustratorCC17.tgz . it should download just fine.

Here is my merge request with your proposed fix: #51

from illustratorcclinux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.