Skip to content

Commit

Permalink
Update photoshop2021installcr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzendew committed Aug 14, 2023
1 parent daad75e commit 0094d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/photoshop2021installcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "10" >> $1/progress.mimifile

WINEPREFIX=$1/Adobe-Photoshop ./winetricks win10

curl -L "https://lulucloud.mywire.org/FileHosting/GithubProjects/allredist.tar.xz" > allredist.tar.xz
curl -L -P0 "https://lulucloud.mywire.org/FileHosting/GithubProjects/allredist.tar.xz" > allredist.tar.xz
mkdir allredist

rm -rf $1/progress.mimifile
Expand All @@ -27,7 +27,7 @@ rm -rf $1/progress.mimifile
touch $1/progress.mimifile
echo "25" >> $1/progress.mimifile

curl -L "https://lulucloud.mywire.org/FileHosting/GithubProjects/AdobePhotoshop2021.tar.xz" > AdobePhotoshop2021.tar.xz
curl -L -P0 "https://lulucloud.mywire.org/FileHosting/GithubProjects/AdobePhotoshop2021.tar.xz" > AdobePhotoshop2021.tar.xz

rm -rf $1/progress.mimifile
touch $1/progress.mimifile
Expand Down

0 comments on commit 0094d08

Please sign in to comment.