mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
hope this works (#1031)
This commit is contained in:
parent
67ee2e6dd9
commit
66ef2cb61d
1 changed files with 2 additions and 4 deletions
6
Makefile
6
Makefile
|
|
@ -61,10 +61,8 @@ before-all::
|
||||||
fi
|
fi
|
||||||
before-all::
|
before-all::
|
||||||
@if [[ ! -f $(UYOU_DEB) ]]; then \
|
@if [[ ! -f $(UYOU_DEB) ]]; 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 \
|
curl -s https://miro92.com/repo/debs/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -o $(UYOU_DEB); \
|
||||||
$(PRINT_FORMAT_ERROR) "Failed to download uYou"; exit 1; \
|
fi; \
|
||||||
fi; \
|
|
||||||
fi; \
|
|
||||||
if [[ ! -f $(UYOU_DYLIB) || ! -d $(UYOU_BUNDLE) ]]; then \
|
if [[ ! -f $(UYOU_DYLIB) || ! -d $(UYOU_BUNDLE) ]]; then \
|
||||||
tar -xf Tweaks/uYou/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -C Tweaks/uYou; tar -xf Tweaks/uYou/data.tar* -C Tweaks/uYou; \
|
tar -xf Tweaks/uYou/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -C Tweaks/uYou; tar -xf Tweaks/uYou/data.tar* -C Tweaks/uYou; \
|
||||||
if [[ ! -f $(UYOU_DYLIB) || ! -d $(UYOU_BUNDLE) ]]; then \
|
if [[ ! -f $(UYOU_DYLIB) || ! -d $(UYOU_BUNDLE) ]]; then \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue