diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-13 11:04:19 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-13 11:04:19 -1000 |
commit | ee5fa6a9e4cf85553bc7ad2511ca3b6a18c32dfa (patch) | |
tree | c9b29a2a59a44cc078f93b7745e29e6393be1ba0 /postinst.mm | |
parent | d9d8c1a0f568f255d6274344f50cb5af5759ab4c (diff) |
Add dynastic repo and update webkit stuffv1.1.32%b3
Diffstat (limited to 'postinst.mm')
-rw-r--r-- | postinst.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postinst.mm b/postinst.mm index 8995801..8ce11de 100644 --- a/postinst.mm +++ b/postinst.mm @@ -267,6 +267,7 @@ int main(int argc, const char *argv[]) { "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.dynastic.co/ ./\n" ) writeToFile:@ CYDIA_LIST atomically:YES]; } else { [[NSString stringWithFormat:@ @@ -276,6 +277,7 @@ int main(int argc, const char *argv[]) { "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.dynastic.co/ ./\n" , kCFCoreFoundationVersionNumber] writeToFile:@ CYDIA_LIST atomically:YES]; } |