diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-03-02 11:06:55 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-03-02 11:06:55 +0000 |
commit | 5b72e7e3c6cc78c490e731645ac30c9719db3b48 (patch) | |
tree | 23c98cbe0ca1df38bef9415f928ccb3932663501 | |
parent | 68a238ec0b214fee1c46a56dcd1350916b57d13f (diff) |
Bootstrap the firmware script on start.
-rw-r--r-- | Cydia.mm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3724,6 +3724,7 @@ int main(int argc, char *argv[]) { Packages_ = [Metadata_ objectForKey:@"Packages"]; setenv("CYDIA", "", _not(int)); + system("/usr/libexec/cydia/firmware.sh"); system("dpkg --configure -a"); UIApplicationMain(argc, argv, [Cydia class]); |