diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-12-09 03:14:28 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:04 +0000 |
commit | fefdda6bcfde597dac30b4f18341a0598cff98c1 (patch) | |
tree | d4694a464519bd3eb932c439355fefec27ee996d /Cydia.app/Test | |
parent | 22f8bed9669aee2b33cbc4da49eea3106e91c338 (diff) |
Fixed an XHTML issue, finished confirmation Javascript, and finally enhanced Test script.
Diffstat (limited to 'Cydia.app/Test')
-rwxr-xr-x | Cydia.app/Test | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Cydia.app/Test b/Cydia.app/Test index ad27eeb..5bfd090 100755 --- a/Cydia.app/Test +++ b/Cydia.app/Test @@ -1,6 +1,8 @@ #!/bin/bash +killall Cydia_ set -e -Cydia=$(dirname "$0") -rsync -SPaz saurik@carrier.saurik.com:menes/cydia/Cydia "${Cydia}"/Cydia_ -chmod +s "${Cydia}"/Cydia_ -#NSZombieEnabled=YES su -c "${Cydia}"/Cydia_ mobile +rsync -SPaz --copy-links saurik@carrier.saurik.com:menes/cydia/cydia_iphoneos-arm.deb . +dpkg -i cydia_iphoneos-arm.deb +touch /tmp/cydia.log +openURL "${1-cydia://}" +exec tail /tmp/cydia.log -fn0 |