From 66ef2cb61da3ec399f321b899659272d8ee9ebf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BA=A1t?= <52943116+qnblackcat@users.noreply.github.com> Date: Sun, 26 Mar 2023 23:33:31 +0700 Subject: [PATCH] hope this works (#1031) --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9df5ebd..974cb67 100644 --- a/Makefile +++ b/Makefile @@ -61,10 +61,8 @@ before-all:: fi before-all:: @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 \ - $(PRINT_FORMAT_ERROR) "Failed to download uYou"; exit 1; \ - fi; \ - fi; \ + curl -s https://miro92.com/repo/debs/com.miro.uyou_$(UYOU_VERSION)_iphoneos-arm.deb -o $(UYOU_DEB); \ + fi; \ 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; \ if [[ ! -f $(UYOU_DYLIB) || ! -d $(UYOU_BUNDLE) ]]; then \