Skip to content

Instantly share code, notes, and snippets.

@kirb
Created November 29, 2011 10:22
Show Gist options
  • Save kirb/1404315 to your computer and use it in GitHub Desktop.
Save kirb/1404315 to your computer and use it in GitHub Desktop.
Install Siri on jailbroken devices
#!/bin/bash
# This script is now obsolete; use Spire instead.
if [[ -f "/usr/bin/openurl" ]]; then
openurl cydia://package/com.chpwn.spire
fi
echo "This script has been obsoleted by chpwn's Spire. Please use that instead."
exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment