diff options
Diffstat (limited to 'postinst.mm')
-rw-r--r-- | postinst.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postinst.mm b/postinst.mm index 07a1611..014fa60 100644 --- a/postinst.mm +++ b/postinst.mm @@ -266,7 +266,7 @@ int main(int argc, const char *argv[]) { "deb http://apt.modmyi.com/ stable main\n" "deb https://repo.chariz.io/ ./\n" "deb https://repo.dynastic.co/ ./\n" - , kCFCoreFoundationVersionNumber] writeToFile:@ CYDIA_LIST atomically:YES]; + ] writeToFile:@ CYDIA_LIST atomically:YES]; } else { [[NSString stringWithFormat:@ "deb http://apt.saurik.com/ ios/%.2f main\n" |