summaryrefslogtreecommitdiff
path: root/postinst.mm
diff options
context:
space:
mode:
Diffstat (limited to 'postinst.mm')
-rw-r--r--postinst.mm6
1 files changed, 4 insertions, 2 deletions
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];
}