Skip to content

Commit

Permalink
Merge pull request #24 from PsychoTea/develop
Browse files Browse the repository at this point in the history
Fix error code 2
  • Loading branch information
PsychoTea committed Aug 7, 2018
2 parents 28736f3 + 41f7ec5 commit 54cc4b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file modified Meridian/Meridian/bootstrap/meridian-bootstrap.tar
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions Meridian/Meridian/jailbreak.m
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ int extractBootstrap(int *exitCode) {
}

if (file_exists("/private/var/lib/dpkg/status") != 0) {
[fileMgr removeItemAtPath:@"/private/var/lib/dpkg" error:nil];
[fileMgr removeItemAtPath:@"/Library/dpkg" error:nil];

rv = extract_bundle_tar("dpkgdb-base.tar");
if (rv != 0) {
*exitCode = rv;
Expand Down
2 changes: 1 addition & 1 deletion Meridian/Meridian/views/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ @interface ViewController ()
@property (weak, nonatomic) IBOutlet UILabel *versionLabel;
@end

NSString *Version = @"Meridian: v0.9-002 Pre-Release";
NSString *Version = @"Meridian: v0.9-003 Pre-Release";
NSOperatingSystemVersion osVersion;

id thisClass;
Expand Down

0 comments on commit 54cc4b5

Please sign in to comment.