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

Commit a68d4ce

Browse files
authored
Merge pull request #55 from Staubgeborener/main
Update AltStore version to prevent "no provisioning profile [...]" error
2 parents 5458dbc + 7f3658d commit a68d4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ echo "Checking source"
1818
if [[ ! -e "AltServer" ]]; then
1919
curl -L https://github.com/NyaMisty/AltServer-Linux/releases/download/v0.0.5/AltServer-"$ARCH" > AltServer
2020
fi
21-
if [[ ! -e "AltStore.ipa" ]]; then
22-
curl -L https://cdn.altstore.io/file/altstore/apps/altstore/1_5_1.ipa > AltStore.ipa
21+
if [[ ! -e "AltStore.ipa" ]] || !( md5sum AltStore.ipa | cut -d " " -f 1 | grep -q "e3ac2bd77cedf0fa80531023d402ba83" ); then
22+
curl -L https://cdn.altstore.io/file/altstore/apps/altstore/1_6_2.ipa > AltStore.ipa
2323
fi
2424
if [[ ! -e "main" ]]; then
2525
wget https://github.com/powenn/AltServer-Linux-ShellScript/raw/main/main

0 commit comments

Comments
 (0)