summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2020-01-21 08:40:32 -1000
committerSam Bingner <sam@bingner.com>2020-01-21 08:40:32 -1000
commit340d7a95ca37094276157132e8a3a54d66a59c8a (patch)
tree48364ac900a28ee38f3fb8bca9e2349a8b66363a
parent2f64a48d94acc8bb335baa7459cb9c9e0be98cc3 (diff)
Remove packix from default again
-rw-r--r--MobileCydia.mm1
-rw-r--r--Sources.list/cydia.list1
-rw-r--r--postinst.mm2
3 files changed, 0 insertions, 4 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 4622588..e311761 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -9489,7 +9489,6 @@ int main(int argc, char *argv[]) {
CydiaAddSource(@"http://cydia.zodttd.com/repo/cydia/", @"stable", [NSMutableArray arrayWithObject:@"main"]);
CydiaAddSource(@"https://repo.chariz.com/", @"./");
CydiaAddSource(@"https://repo.dynastic.co/", @"./");
- CydiaAddSource(@"https://repo.packix.com/", @"./");
Version_ = [NSNumber numberWithUnsignedInt:1];
diff --git a/Sources.list/cydia.list b/Sources.list/cydia.list
index 94f4558..791457b 100644
--- a/Sources.list/cydia.list
+++ b/Sources.list/cydia.list
@@ -4,4 +4,3 @@ deb http://cydia.zodttd.com/repo/cydia/ stable main
deb http://apt.modmyi.com/ stable main
deb https://repo.chariz.com/ ./
deb https://repo.dynastic.co/ ./
-deb https://repo.packix.com/ ./
diff --git a/postinst.mm b/postinst.mm
index b422338..d5c3c0c 100644
--- a/postinst.mm
+++ b/postinst.mm
@@ -268,7 +268,6 @@ int main(int argc, const char *argv[]) {
"deb http://apt.modmyi.com/ stable main\n"
"deb https://repo.chariz.com/ ./\n"
"deb https://repo.dynastic.co/ ./\n"
- "deb https://repo.packix.com/ ./\n"
, kCFCoreFoundationVersionNumber] writeToFile:@ CYDIA_LIST atomically:YES];
} else {
[[NSString stringWithFormat:@
@@ -279,7 +278,6 @@ int main(int argc, const char *argv[]) {
"deb http://apt.modmyi.com/ stable main\n"
"deb https://repo.chariz.com/ ./\n"
"deb https://repo.dynastic.co/ ./\n"
- "deb https://repo.packix.com/ ./\n"
, kCFCoreFoundationVersionNumber] writeToFile:@ CYDIA_LIST atomically:YES];
}