From e53a58968cc946036afbe9a61bd97b1064b78407 Mon Sep 17 00:00:00 2001 From: Al4ise Date: Tue, 21 Dec 2021 18:51:04 +0200 Subject: [PATCH] idk --- azule-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azule-functions b/azule-functions index e7184f9..6f4a619 100755 --- a/azule-functions +++ b/azule-functions @@ -98,7 +98,7 @@ function setup-azule() { TMP="$(mktemp -d)" cd "$TMP" || exit echo "Downloading Substitute..." - curl -sS https://apt.bingner.com/debs/1443.00/com.ex.substitute_2.2.0_iphoneos-arm.deb -o substitute.deb + curl -sS https://apt.bingner.com/debs/1443.00/com.ex.substitute_2.2.3_iphoneos-arm.deb -o substitute.deb ar -x "substitute.deb" tar --lzma --strip-components 2 -xf data.tar.lzma "usr/lib" mv libsubstitute.dylib "$AZULE/lib/libsubstitute.dylib"