diff options
Diffstat (limited to 'postinst.mm')
-rw-r--r-- | postinst.mm | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |