Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Al4ise committed Dec 21, 2021
1 parent 6998fc1 commit e53a589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azule-functions
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e53a589

Please sign in to comment.