From aa5e5990e17da617b0e95c962e86924bc9b99b50 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 11 Jul 2008 23:18:30 +0000 Subject: Stash folders were supposed to be named, added support for Pwnage 2.0, bootup sysctl -w hack, just deleting the stupid package caches, and resurrected some of the Source editor. --- Library/startup | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 Library/startup (limited to 'Library/startup') diff --git a/Library/startup b/Library/startup new file mode 100755 index 0000000..b75654f --- /dev/null +++ b/Library/startup @@ -0,0 +1,6 @@ +#!/bin/bash +sysctl -w security.mac.proc_enforce=0 security.mac.vnode_enforce=0 &>/dev/null +/usr/libexec/cydia/firmware.sh +for deb in /var/mobile/Media/Cydia/AutoInstall/*.deb; do + /usr/bin/dpkg -i "${deb}" && /bin/rm "${deb}" +done -- cgit v1.2.3