diff options
author | Sam Bingner <sam@bingner.com> | 2019-11-11 14:44:11 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2020-04-08 13:57:35 -1000 |
commit | f19f431b30ca1cf0c4a4a7ac8d1455c9cec06359 (patch) | |
tree | 4f4f4c1c08754fef3c4bb0385765fdc95db7d479 /MobileCydia.mm | |
parent | cfc08167cf9acde092a020ed313e25201e2a9695 (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 0e94ec3..5b32ed3 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9536,8 +9536,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]; |