After performing the initial jailbreak with socket 1.2, the only source in Zebra is the getzbra repo. Other sources (BigBoss, etc) are missing and must be added manually.
While this is fine for Cydia/Telesphoreo and BigBoss repos (you can simply add them by entering their URLs), it is a bit more difficult with ModMyi since Zebra 1.1.36 only recognizes apt.modmyi.com, and not the new URL modmyi.saurik.com. I have made a PR that fixes this in Zebra and it has been merged, but it is not certain if a new version will be released just for this: zbrateam/Zebra#2096
Currently in order to add ModMyi, one must manually add the line deb http://modmyi.saurik.com/ stable main to /var/mobile/Library/Application Support/xyz.willy.Zebra/sources.list
EDIT: I just noticed that there's actually a function in socket that writes to sources.list with default repos, but I'm guessing it gets overridden somehow...
EDIT 2: The workaround I found is jailbreak, open Zebra once, then jailbreak again with reinstall bootstrap enabled. Then all of the default repos get added. Ideally the sources get added first try, I'll see what I can do then will do a PR if I manage to fix it
EDIT 3: I have figured out the issue. It's because xyz.willy.Zebra has to be created first before writing to sources.list will work. Will make a PR for this
After performing the initial jailbreak with socket 1.2, the only source in Zebra is the getzbra repo. Other sources (BigBoss, etc) are missing and must be added manually.
While this is fine for Cydia/Telesphoreo and BigBoss repos (you can simply add them by entering their URLs), it is a bit more difficult with ModMyi since Zebra 1.1.36 only recognizes apt.modmyi.com, and not the new URL modmyi.saurik.com. I have made a PR that fixes this in Zebra and it has been merged, but it is not certain if a new version will be released just for this: zbrateam/Zebra#2096
Currently in order to add ModMyi, one must manually add the line
deb http://modmyi.saurik.com/ stable mainto/var/mobile/Library/Application Support/xyz.willy.Zebra/sources.listEDIT: I just noticed that there's actually a function in socket that writes to sources.list with default repos, but I'm guessing it gets overridden somehow...
EDIT 2: The workaround I found is jailbreak, open Zebra once, then jailbreak again with reinstall bootstrap enabled. Then all of the default repos get added. Ideally the sources get added first try, I'll see what I can do then will do a PR if I manage to fix it
EDIT 3: I have figured out the issue. It's because xyz.willy.Zebra has to be created first before writing to sources.list will work. Will make a PR for this