mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-04 20:09:45 +00:00
Update Makefile
This commit is contained in:
parent
31658bb5a1
commit
cd8d6a1034
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -61,7 +61,7 @@ before-all::
|
|||
fi
|
||||
before-all::
|
||||
@if [[ ! -f $(UYOU_DEB) ]]; then \
|
||||
if [[ $(curl -s -w "%{http_code}" https://miro92.com/repo/debs/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -o $(UYOU_DEB)) -ne 200 ]]; then \
|
||||
if [[ $(curl -s -w "%{http_code}" https://miro92.com/repo/debs/com.miro.uyou_2.3~1_iphoneos-arm.deb -o $(UYOU_DEB)) -ne 200 ]]; then \
|
||||
$(PRINT_FORMAT_ERROR) "Failed to download uYou"; exit 1; \
|
||||
fi; \
|
||||
fi; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue