Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MiMillieuh/Photoshop-CC2021-Linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiMillieuh <52078885+MiMillieuh@users.noreply.github.com>2022-09-01 00:05:39 +0300
committerGitHub <noreply@github.com>2022-09-01 00:05:39 +0300
commitea494dfc72066f091f14fcfee707bfde9e110045 (patch)
treec70c631a3eef07251972e22b72c4eea4e5125ffc
parentdb0bb16fa11259f59d2476a4092b9c7c47f304fb (diff)
fix for some distro like ubuntu
-rw-r--r--scripts/photoshop2021installcr.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/photoshop2021installcr.sh b/scripts/photoshop2021installcr.sh
index 61a01b4..634141a 100644
--- a/scripts/photoshop2021installcr.sh
+++ b/scripts/photoshop2021installcr.sh
@@ -65,7 +65,8 @@ rm -rf $1/progress.mimifile
touch $1/progress.mimifile
echo "90" >> $1/progress.mimifile
-WINEPREFIX=$1/Adobe-Photoshop sh allredist/setup_vkd3d_proton.sh install
+chmod+x allredist/setup_vkd3d_proton.sh install
+WINEPREFIX=$1/Adobe-Photoshop ./allredist/setup_vkd3d_proton.sh install
mkdir $1/Adobe-Photoshop/drive_c/Program\ Files/Adobe