summaryrefslogtreecommitdiff
path: root/postinst.mm
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2019-11-11 14:44:11 -1000
committerSam Bingner <sam@bingner.com>2020-04-08 13:57:35 -1000
commitf19f431b30ca1cf0c4a4a7ac8d1455c9cec06359 (patch)
tree4f4f4c1c08754fef3c4bb0385765fdc95db7d479 /postinst.mm
parentcfc08167cf9acde092a020ed313e25201e2a9695 (diff)
Fix chariz URL and ... add packix
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 014fa60..e8d09fb 100644
--- a/postinst.mm
+++ b/postinst.mm
@@ -264,8 +264,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"
] writeToFile:@ CYDIA_LIST atomically:YES];
} else {
[[NSString stringWithFormat:@
@@ -274,8 +275,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];
}