the installer scripts use a virtual drive of wine and makes a new winprefix for photoshop
first of all, you need to clone the repository with this command:
git clone https://github.com/Gictorbit/photosho...
cd photoshopCClinux
then you can easily run setup.sh script to install photoshop cc on your Linux distro
chmod +x setup.sh
./setup.sh
you can use -d to specify the installation path, and -c for the cache directory. for example:
./PhotoshopSetup.sh -d /mnt/myfiles/photoshop
or
./PhotoshopSetup.sh -d /mnt/myfiles/photoshop -c /mnt/cache
Source : https://github.com/Gictorbit/photosho...