diff options
author | Sam Bingner <sam@bingner.com> | 2019-11-11 14:44:11 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-11-11 14:44:11 -1000 |
commit | c45c6115630de10e704beb5bbfdbd0db7900b97e (patch) | |
tree | d074d7eb4fc59151e95cf35aee3322a0e5815544 /MobileCydia.mm | |
parent | 464dbc1dfa75123c4cf3fa1bff535d4c1d9cb480 (diff) |
Fix chariz URL and ... add packix
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 3210d92..4622588 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9487,8 +9487,9 @@ int main(int argc, char *argv[]) { CydiaAddSource(@"http://apt.thebigboss.org/repofiles/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]); CydiaAddSource(@"http://apt.modmyi.com/", @"stable", [NSMutableArray arrayWithObject:@"main"]); CydiaAddSource(@"http://cydia.zodttd.com/repo/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]); - CydiaAddSource(@"https://repo.chariz.io/", @"./"); + CydiaAddSource(@"https://repo.chariz.com/", @"./"); CydiaAddSource(@"https://repo.dynastic.co/", @"./"); + CydiaAddSource(@"https://repo.packix.com/", @"./"); Version_ = [NSNumber numberWithUnsignedInt:1]; |