diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-13 11:04:19 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-27 14:27:40 -1000 |
commit | 2dc87015cb656153fdf7d492b091424636b32d84 (patch) | |
tree | e81e86a48590d8201aad3d0e8bf9997f8acd66fa /postinst.mm | |
parent | c87c60d2bb54bdbb43455b5dbedcf2af53c9aaed (diff) |
Add dynastic repo and update webkit stuff
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 47b485c..a12e580 100644 --- a/postinst.mm +++ b/postinst.mm @@ -265,6 +265,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:@ @@ -274,6 +275,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]; } |