Gictorbit / photoshopCClinux

Photoshop CC v19 installer for Gnu/Linux
GNU General Public License v2.0
4.17k stars 306 forks source link

download failed #186

Closed Dark6273 closed 1 year ago

Dark6273 commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

linux Distribution (please complete the following information):

Additional context Add any other context about the problem here.

Screenshots If applicable, add screenshots to help explain your problem. Screenshot from 2022-09-29 09-57-18

Dark6273 commented 1 year ago

Found a solution. The download link in curl stops working after a minute or so. I downloaded it manually on the browser (URL : https://victor.poshtiban.io/p/gictor/photoshopCC/photoshopCC-V19.1.6-2018x64.tgz).

After that I went to photoshopCClinux/scripts/, edited the function install_photoshopSE() in PhotoshopSetup.sh to include the location of the now local installation file. I commented out the line where the setup file gets downloaded. This worked.

  function install_photoshopSE() {
      local filename="photoshopCC-V19.1.6-2018x64.tgz"
      local filemd5="b63f6ed690343ee12b6195424f94c33f"
      local filelink="https://victor.poshtiban.io/p/gictor/photoshopCC/photoshopCC-V19.1.6-2018x64.tgz"
      # local filelink="http://127.0.0.1:8080/photoshopCC-V19.1.6-2018x64.tgz"
      local filepath="<<FULL PATH TO DOWNLOADED FILE>>"

      # download_component $filepath $filemd5 $filelink $filename

      mkdir "$RESOURCES_PATH/photoshopCC"
      show_message "extract photoshop..."
      tar -xzf "$filepath" -C "$RESOURCES_PATH/photoshopCC"
fedehc commented 3 months ago

Found a solution. The download link in curl stops working after a minute or so. I downloaded it manually on the browser (URL : https://victor.poshtiban.io/p/gictor/photoshopCC/photoshopCC-V19.1.6-2018x64.tgz).

Unfortunately that link does not work anymore and the download problem still persists. But here are another couple of links that still work: https://github.com/Gictorbit/photoshopCClinux/issues/40#issuecomment-667716142