From ee5fa6a9e4cf85553bc7ad2511ca3b6a18c32dfa Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Sat, 13 Oct 2018 11:04:19 -1000 Subject: Add dynastic repo and update webkit stuff --- postinst.mm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'postinst.mm') 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]; } -- cgit v1.2.3