Skip to content

Instantly share code, notes, and snippets.

@beer-psi
Last active April 1, 2022 06:38
Show Gist options
  • Save beer-psi/344616054c5f80c56837d8c1d0b8f4fa to your computer and use it in GitHub Desktop.
Save beer-psi/344616054c5f80c56837d8c1d0b8f4fa to your computer and use it in GitHub Desktop.
Patching uYou's control file to install on iOS 12-

Prerequisites: PoomSmart's and MiRO92's repo added.

Run line-by-line in a terminal of choice (e.g. NewTerm 3)

apt download --allow-unauthenticated com.miro.uyou
dpkg-deb -R ./com.miro.uyou_2.1_iphoneos-arm.deb build
sed -i 's/firmware (>=13.0)/firmware (>=13.0) | com.ps.uyoucompat/' build/DEBIAN/control
dpkg-deb --build ./build
sudo apt install ./build.deb

Probably won't work, left up here for posterity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment