diff options
author | Sam Bingner <sam@bingner.com> | 2024-11-22 23:04:49 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2024-11-22 23:04:49 -1000 |
commit | 5417bdd9f670d53980526d7a879527095259fc53 (patch) | |
tree | 6053427f365839947bf049e625c624f3441cae59 | |
parent | 876d9f30d2b3087d7e72d6c5bcb4c82a294d1a35 (diff) |
-rw-r--r-- | MobileCydia.mm | 2 | ||||
-rw-r--r-- | Sources.list/cydia.list | 2 | ||||
-rw-r--r-- | postinst.mm | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 1e9e4fa..4cd124e 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9559,7 +9559,7 @@ int main(int argc, char *argv[]) { if ([Version_ unsignedIntValue] == 0) { CydiaAddSource(@"http://apt.thebigboss.org/repofiles/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]); - CydiaAddSource(@"http://apt.modmyi.com/", @"stable", [NSMutableArray arrayWithObject:@"main"]); + CydiaAddSource(@"http://modmyi.saurik.com/", @"stable", [NSMutableArray arrayWithObject:@"main"]); CydiaAddSource(@"http://cydia.zodttd.com/repo/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]); CydiaAddSource(@"https://repo.chariz.com/", @"./"); CydiaAddSource(@"https://repo.dynastic.co/", @"./"); diff --git a/Sources.list/cydia.list b/Sources.list/cydia.list index 791457b..2211605 100644 --- a/Sources.list/cydia.list +++ b/Sources.list/cydia.list @@ -1,6 +1,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 http://modmyi.saurik.com/ stable main deb https://repo.chariz.com/ ./ deb https://repo.dynastic.co/ ./ diff --git a/postinst.mm b/postinst.mm index f9d380a..cd08b76 100644 --- a/postinst.mm +++ b/postinst.mm @@ -275,7 +275,7 @@ int main(int argc, const char *argv[]) { "deb https://apt.bingner.com/ ./\n" "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 http://modmyi.saurik.com/ stable main\n" "deb https://repo.chariz.com/ ./\n" "deb https://repo.dynastic.co/ ./\n" ] writeToFile:@ CYDIA_LIST atomically:YES]; @@ -285,7 +285,7 @@ int main(int argc, const char *argv[]) { "deb https://apt.bingner.com/ ./\n" "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 http://modmyi.saurik.com/ stable main\n" "deb https://repo.chariz.com/ ./\n" "deb https://repo.dynastic.co/ ./\n" , kCFCoreFoundationVersionNumber] writeToFile:@ CYDIA_LIST atomically:YES]; |