summaryrefslogtreecommitdiff
path: root/postinst.mm
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2020-01-21 08:40:32 -1000
committerSam Bingner <sam@bingner.com>2020-04-08 13:58:00 -1000
commitd69b704cb2da1ff4479581ad9d9e91959fed78c9 (patch)
tree810269f0d65a5c539101f60c8066ac71c7391f72 /postinst.mm
parent9b74578488d21078878ce4d937bd861c7a8fa018 (diff)
Remove packix from default again
Diffstat (limited to 'postinst.mm')
-rw-r--r--postinst.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/postinst.mm b/postinst.mm
index e8d09fb..d437508 100644
--- a/postinst.mm
+++ b/postinst.mm
@@ -266,7 +266,6 @@ int main(int argc, const char *argv[]) {
"deb http://apt.modmyi.com/ stable main\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:@
@@ -277,7 +276,6 @@ int main(int argc, const char *argv[]) {
"deb http://apt.modmyi.com/ stable main\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];
}