File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919#define JB_FLAG_TWEAKS 0x00000002
2020#define JB_FLAG_RESPRING 0x00000004
2121
22+ #define ZEBRA_SOURCES_PATH "/var/mobile/Library/Application Support/xyz.willy.Zebra"
2223#define ZEBRA_SOURCES_FILE "/var/mobile/Library/Application Support/xyz.willy.Zebra/sources.list"
2324#define APT_TELESPHOREO_REPO "deb http://apt.saurik.com/ ios/1349.70 main"
2425#define APT_BIGBOSS_REPO "deb http://apt.thebigboss.org/repofiles/cydia/ stable main"
Original file line number Diff line number Diff line change @@ -80,6 +80,9 @@ int remount_rootfs(void) {
8080}
8181
8282int update_zebra_sources (void ) {
83+ mkdir (ZEBRA_SOURCES_PATH, 0755 );
84+ chown (ZEBRA_SOURCES_PATH, 501 , 501 );
85+
8386 unlink (ZEBRA_SOURCES_FILE);
8487 FILE *file = fopen (ZEBRA_SOURCES_FILE, " w+" );
8588 if (file == NULL ) return -1 ;
You can’t perform that action at this time.
0 commit comments