Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download failed #186

Closed
Dark6273 opened this issue Sep 29, 2022 · 2 comments
Closed

download failed #186

Dark6273 opened this issue Sep 29, 2022 · 2 comments
Labels
installer script bug Something isn't working

Comments

@Dark6273
Copy link

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

linux Distribution (please complete the following information):

  • Distro: ubuntu
  • Desktop Environment: gnome
  • gpu: [model of your graphics card on your Laptop powered by Linux e.g. intel,Nvidia,and] you can check with command lspci | grep -i --color 'vga|3d|2d'
  • display server: wayland

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 Dark6273 added the installer script bug Something isn't working label Sep 29, 2022
@Dark6273
Copy link
Author

Dark6273 commented Sep 29, 2022

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
Copy link

fedehc commented Jun 14, 2024

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:
#40 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installer script bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants