LinSoftWin / Photoshop-CC2022-Linux

Installer from Photoshop CC 2021 to 2022 on linux with a GUI
BSD 3-Clause "New" or "Revised" License
903 stars 50 forks source link

Reworked the script to work better #8

Closed Xenolphthalein closed 2 years ago

Xenolphthalein commented 2 years ago

Hey! I took your script and made some changes:

MiMillieuh commented 2 years ago

Hello,

Thanks for your contribution,

I just tested it and sadly it crashes : installer.sh: 50: Syntax error: "(" unexpected

If you can fix it well great job ^^

Anyway thanks for contribution to this project

Xenolphthalein commented 2 years ago

Sadly, I can't reproduce this issue. I am using arch linux and tried it with bash, zsh and sh. The error tells it should be the following two lines:

if ! md5sum --status -c <(echo -e $ALLREDIST_MD5 $ALLREDIST_FILE); then
if ! md5sum --status -c <(echo -e $PHOTOSHOP_MD5 $PHOTOSHOP_FILE); then

Could you please add a space between the < and the ( and try again? If that's the fix then i will update my code.