From c45c6115630de10e704beb5bbfdbd0db7900b97e Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Mon, 11 Nov 2019 14:44:11 -1000 Subject: Fix chariz URL and ... add packix --- MobileCydia.mm | 3 ++- Sources.list/cydia.list | 3 ++- postinst.mm | 6 ++++-- 3 files changed, 8 insertions(+), 4 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]; diff --git a/Sources.list/cydia.list b/Sources.list/cydia.list index 2f8e565..94f4558 100644 --- a/Sources.list/cydia.list +++ b/Sources.list/cydia.list @@ -2,5 +2,6 @@ deb https://apt.bingner.com/ ./ deb http://apt.thebigboss.org/repofiles/cydia/ stable main deb http://cydia.zodttd.com/repo/cydia/ stable main deb http://apt.modmyi.com/ stable main -deb https://repo.chariz.io/ ./ +deb https://repo.chariz.com/ ./ deb https://repo.dynastic.co/ ./ +deb https://repo.packix.com/ ./ diff --git a/postinst.mm b/postinst.mm index 41746b3..b422338 100644 --- a/postinst.mm +++ b/postinst.mm @@ -266,8 +266,9 @@ int main(int argc, const char *argv[]) { "deb http://apt.thebigboss.org/repofiles/cydia/ stable main\n" "deb http://cydia.zodttd.com/repo/cydia/ stable main\n" "deb http://apt.modmyi.com/ stable main\n" - "deb https://repo.chariz.io/ ./\n" + "deb https://repo.chariz.com/ ./\n" "deb https://repo.dynastic.co/ ./\n" + "deb https://repo.packix.com/ ./\n" , kCFCoreFoundationVersionNumber] writeToFile:@ CYDIA_LIST atomically:YES]; } else { [[NSString stringWithFormat:@ @@ -276,8 +277,9 @@ int main(int argc, const char *argv[]) { "deb http://apt.thebigboss.org/repofiles/cydia/ stable main\n" "deb http://cydia.zodttd.com/repo/cydia/ stable main\n" "deb http://apt.modmyi.com/ stable main\n" - "deb https://repo.chariz.io/ ./\n" + "deb https://repo.chariz.com/ ./\n" "deb https://repo.dynastic.co/ ./\n" + "deb https://repo.packix.com/ ./\n" , kCFCoreFoundationVersionNumber] writeToFile:@ CYDIA_LIST atomically:YES]; } -- cgit v1.2.3