Created
November 29, 2011 10:22
-
-
Save kirb/1404315 to your computer and use it in GitHub Desktop.
Install Siri on jailbroken devices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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