Gictorbit / photoshopCClinux

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

replace curl with wget #114

Closed himudigonda closed 2 years ago

himudigonda commented 3 years ago

Description

Replaced curl with wget. (as the downloads that we need are from an HTTPS server.)

Files Modified

sharedFuncs.sh
PhotoshopSetup.sh
Slushee-a commented 2 years ago

The script failed with the message curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it.

I edited the script to use wget just like in your pull request and now the script works. Thanks!