diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-08-09 08:21:17 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:16 +0000 |
commit | f641a0e5c500e602455c8c5ea127550c36d6dadd (patch) | |
tree | d64fb491745cdad6815e8be95cca89ad87ad45e8 /Cydia.app/Test | |
parent | 7b0ce2dae1de402fa371933b3254bf19b81a89eb (diff) |
Perfectly smooth package scrolling and a few other niceties.
Diffstat (limited to 'Cydia.app/Test')
-rwxr-xr-x | Cydia.app/Test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.app/Test b/Cydia.app/Test index 5f7e213..ad27eeb 100755 --- a/Cydia.app/Test +++ b/Cydia.app/Test @@ -3,4 +3,4 @@ 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 +#NSZombieEnabled=YES su -c "${Cydia}"/Cydia_ mobile |