Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #55 from Staubgeborener/main
Browse files Browse the repository at this point in the history
Update AltStore version to prevent "no provisioning profile [...]" error
  • Loading branch information
powenn authored Apr 2, 2023
2 parents 5458dbc + 7f3658d commit a68d4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ echo "Checking source"
if [[ ! -e "AltServer" ]]; then
curl -L https://github.com/NyaMisty/AltServer-Linux/releases/download/v0.0.5/AltServer-"$ARCH" > AltServer
fi
if [[ ! -e "AltStore.ipa" ]]; then
curl -L https://cdn.altstore.io/file/altstore/apps/altstore/1_5_1.ipa > AltStore.ipa
if [[ ! -e "AltStore.ipa" ]] || !( md5sum AltStore.ipa | cut -d " " -f 1 | grep -q "e3ac2bd77cedf0fa80531023d402ba83" ); then
curl -L https://cdn.altstore.io/file/altstore/apps/altstore/1_6_2.ipa > AltStore.ipa
fi
if [[ ! -e "main" ]]; then
wget https://github.com/powenn/AltServer-Linux-ShellScript/raw/main/main
Expand Down

0 comments on commit a68d4ce

Please sign in to comment.