├── .gitattributes ├── LICENSE ├── README.md ├── com.jonluca.masterrepoeasyinstall_2.6_iphoneos-arm.deb └── masterrepoeasyinstall ├── DEBIAN ├── control └── postinst └── etc └── apt └── sources.list.d └── MasterRepo.list /.gitattributes: -------------------------------------------------------------------------------- 1 | *.list linguist-language=Shell -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 JonLuca De Caro 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MasterRepo 2 | 3 | ## About 4 | This is a collection of the most popular and used sources in Cydia as of 3/15/2018 5 | 6 | In December 2016, I migrated the MasterRepo to a package on my repo (https://jonlu.ca/repo). The easiest way to install (and stay up to date) is to install that package. 7 | 8 | 9 | ## Installation 10 | 11 | ### Preferred 12 | - Add https://jonlu.ca/repo/ 13 | - Add MasterRepoEasyInstall 14 | - Refresh Sources 15 | 16 | ### Manual 17 | 18 | - Navigate to masterrepoeasyinstall/etc/apt/sources.list.d/MasterRepo.list 19 | - Save that file and place it in /etc/apt/sources.list.d/ 20 | 21 | ## Common Problems 22 | 23 | If you encounter any problems, make sure permissions are set to 0655. 24 | 25 | 26 | ### Error 24: too many files open 27 | 28 | In iOS 10, Apple seemingly changed the maximum number of file handles that iOS can deal with at any time. We still do not have a fix for this, and are not 100% sure why it happens. 29 | 30 | If you'd still like to use MasterRepo, I'd recommend you navigate to /etc/apt/sources.list.d and edit MasterRepo.list, removing some of the sources you won't use/care about. Try to get the list down to about 20 repos - at that point, you shouldn't get the error anymore. 31 | 32 | ### Duplicate source entries (MasterRepo.list:# and cydia.list:#) 33 | 34 | This occurs when you have the same repo included in the MasterRepo as well as installed manually. 35 | 36 | The easiest way to fix this is to remove any repos you've added manually that are included in the MasterRepo. 37 | 38 | There are a couple ways of doing it - sources installed through MasterRepo aren't manually removable, so you can look at masterrepoeasyinstall/etc/apt/sources.list.d/MasterRepo.list and compare it to whats removable on your Sources list. 39 | 40 | The other is a bit longer: 41 | 42 | 1. Look at the errors and copy all the line numbers with errors next to ***cydia.list***. It should look like this: 43 | 44 | 45 | 46 | 2. In the example above there was only one error (only line number 8 next to cydia.list) - you might have more than one, remember them. 47 | 48 | 3. Navigate to /etc/apt/sources.list.d and open cydia.list (use your favorite file browser, preferably iFile or Filza) 49 | 50 | 4. Find the line numbers that match the errors above. For the example above, you'd look at line 8. Note: don't edit cydia.list as it's automatically generated and changes to it won't persist. 51 | 52 | 5. Go back to Cydia, go to Sources, click edit, and remove the sources matching those line numbers. These errors occur because there are duplicate source entries - removing the repo this way won't remove it from your device. It'll still be in MasterRepo. 53 | 54 | 6. Refresh your repos. If the error persists, double check that you removed all the repos the errors point to. 55 | 56 | ## Other notes 57 | 58 | Any other questions should be directed to /u/JonLuca on reddit, or through email at jdecaro@usc.edu 59 | -------------------------------------------------------------------------------- /com.jonluca.masterrepoeasyinstall_2.6_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonluca/MasterRepo/466635f98440470ddeab4279642e381561b211f8/com.jonluca.masterrepoeasyinstall_2.6_iphoneos-arm.deb -------------------------------------------------------------------------------- /masterrepoeasyinstall/DEBIAN/control: -------------------------------------------------------------------------------- 1 | Package: com.jonluca.masterrepoeasyinstall 2 | Name: MasterRepoEasyInstall 3 | Depends: 4 | Version: 2.6 5 | Architecture: iphoneos-arm 6 | Description: Collection of popular repositories 7 | Maintainer: JonLuca De Caro 8 | Author: JonLuca De Caro 9 | Section: System 10 | -------------------------------------------------------------------------------- /masterrepoeasyinstall/DEBIAN/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonluca/MasterRepo/466635f98440470ddeab4279642e381561b211f8/masterrepoeasyinstall/DEBIAN/postinst -------------------------------------------------------------------------------- /masterrepoeasyinstall/etc/apt/sources.list.d/MasterRepo.list: -------------------------------------------------------------------------------- 1 | # /u/JonLuca on Reddit - 8/7/16 - 15:34:51 2 | #Check changelog and update history on github 3 | # Some of these may be inactive or dead - if so, feel free to message me on reddit and I'll rectify it. 4 | 5 | deb https://apt.neutronfile.com/ ./ 6 | deb http://apt.dba-technologies.com/beta/ ./ 7 | deb http://apt.golddavid.com/ ./ 8 | deb http://apt.if0rce.com/ ./ 9 | deb http://apt.mootjeuh.com/ ./ 10 | deb https://apt.steverolfe.com/ ./ 11 | deb https://arcetera.github.io/ ./ 12 | deb https://beta.unlimapps.com/ ./ 13 | deb https://cokepokes.github.io/ ./ 14 | deb https://coolbooter.com/ ./ 15 | deb https://coolstar.org/publicrepo/ ./ 16 | deb https://cydia.angelxwind.net/ ./ 17 | deb http://cydia.clezz.com/ ./ 18 | deb https://cydia.dtathemes.com/repo/ ./ 19 | deb http://cydia.evilpengu.in/ ./ 20 | deb https://cydia.hbang.ws/ ./ 21 | deb https://cydia.ianburns.co/ ./ 22 | deb https://cydia.ichitaso.com/ ./ 23 | deb https://cydia.jakes.site/ ./ 24 | deb http://cydia.jerryen.com/ ./ 25 | deb http://cydia.r333d.com/ ./ 26 | deb http://cydia.rob311.com/repo/ ./ 27 | deb http://cydia.taskinoz.com/ ./ 28 | deb http://danyl.net/repo/ ./ 29 | deb https://exile90software.com/cydia/beta/ ./ 30 | deb https://extigy.github.io/repo/ ./ 31 | deb http://ftp.sident.net/cydia-beta/ ./ 32 | deb http://getdelta.co/ ./ 33 | deb https://gmoran.me/repo/ ./ 34 | deb http://hitoriblog.com/apt/ ./ 35 | deb https://ib-soft.net/cydia/ ./ 36 | deb http://insanj.com/repo/ ./ 37 | deb https://j-gessner.de/repo/ ./ 38 | deb https://justgetflux.com/cydia/ ./ 39 | deb https://leftyfl1p.github.io/ ./ 40 | deb http://limneos.net/repo/ ./ 41 | deb https://noeliel.com/repo/ ./ 42 | deb https://poomsmart.github.io/repo/ ./ 43 | deb https://reddestdream.github.io/ ./ 44 | deb https://redzrex.github.io/ ./ 45 | deb http://repo.alexzielenski.com/ ./ 46 | deb https://repo.avalon-studios.de/ ./ 47 | deb https://repo.cpdigitaldarkroom.com/ ./ 48 | deb http://repo.iphonews.ro/ ./ 49 | deb http://repo.laughingquoll.net/ ./ 50 | deb https://repo.nesolabs.de/ ./ 51 | deb http://repo.rpdev.info/ ./ 52 | deb https://repo.spydar007.com/ ./ 53 | deb http://repo.thireus.com/ ./ 54 | deb http://repo.tsunderedev.moe/ ./ 55 | deb https://repo.tylercasson.com/ ./ 56 | deb https://repo.winneon.moe/ ./ 57 | deb http://repo.yllier.net/ ./ 58 | deb https://rpetri.ch/repo/ ./ 59 | deb https://s0mecoder.github.io/repo/ ./ 60 | deb https://s1ris.github.io/repo/ ./ 61 | deb https://seatanners.github.io/repo/ ./ 62 | deb https://skylerk99.github.io/ ./ 63 | deb http://starwarsfan2099.x10host.com/repo/ ./ 64 | deb http://tateu.net/repo/ ./ 65 | deb https://virenmohindra.github.io/ ./ 66 | deb https://wynd07.appspot.com/r7/ ./ 67 | deb https://cj81499.github.io/ ./ 68 | deb https://if0x.github.io/ ./ 69 | deb https://lacertosusrepo.github.io/ ./ 70 | deb https://repo.aditkamath.com/ ./ 71 | deb https://ryleyangus.com/repo/ ./ 72 | deb https://tdmd.github.io/ ./ 73 | deb http://pwn20wnd.com/repo/ ./ 74 | deb http://repo.incendo.ws/ ./ 75 | 76 | #Temporarily not working in iOS 10.2 77 | #deb https://anemone-fonts.mwoolweaver.us/ ./ # Works on iOS 9 and below 78 | #deb http://betarepo.com/fontme/ ./ 79 | #deb http://cydia.grimore.org/ ./ 80 | #deb https://cydia.hiraku.tw/ ./ 81 | #deb https://greenydev.github.io/repo/ ./ 82 | #deb http://load.sh/cydia/ ./ 83 | #deb https://pw5a29.github.io/ ./ 84 | #deb http://rcrepo.com/ ./ 85 | #deb http://repo.bd452.com/ ./ 86 | #deb https://yazeedot.github.io/ ./ 87 | #deb http://repo.ziph0n.com/ ./ 88 | #deb https://repo.atwiiks.com/ ./ 89 | #deb http://test-cydia.bitesms.com/ ./ 90 | #deb http://4khmeriphone.com/sp/ ./ 91 | #deb http://alakazard.yourepo.com/ ./ 92 | #deb http://repo.pnre.co/ ./ 93 | #deb https://danieltaylor.tk/repo/ ./ 94 | #deb https://cgm616.me/repo/ ./ 95 | #deb https://repo.ioscreatix.com/ ./ 96 | #deb https://filippobiga.com/repo/ ./ 97 | #deb http://chewitt.me/repo/ ./ 98 | 99 | 100 | #Distribute broken packages. Can be added back when they are fixed. But at the moment it is dangerous 101 | #deb http://cydia.radare.org/ ./ 102 | 103 | #Sources that have been commented out (#) are offline but might come 104 | #back one day - they mightve been popular a few years ago or had 105 | #important tweaks, but are now taken down. 106 | 107 | #deb http://andrew-abosh.com/repo/ ./ 108 | #deb http://apt.sapien.me/ ./ 109 | #deb https://citrusui.me/repo/ ./ 110 | #deb http://cydia.itaysoft.com/ ./ 111 | #deb http://cydia.qusic.me/ ./ 112 | #deb http://cydia.sticktron.com/ ./ 113 | #deb https://devbug.me/apt/ ./ 114 | #deb https://exile90software.com/cydia/ ./ 115 | #deb http://ios-webstack.tk/cydia/ ./ 116 | #deb http://maple.pe.hu/ ./ 117 | #deb http://repo.aehmlo.com/ ./ 118 | #deb http://repo.andreaslarsen.dk/ ./ 119 | #deb http://repo.compatic.us/ ./ 120 | #deb http://repo.winneonsword.net/ ./ 121 | #deb https://repocydia.com/ ./ 122 | #deb http://weamdev.org/repo/ ./ 123 | #deb https://typ0s2d10.appspot.com/repo/ ./ 124 | #deb http://repo.natur-kultur.eu/ ./ 125 | #deb http://repo.aleksanderazizi.com/ ./ 126 | #deb https://dylanduff.github.io/repo/ ./ 127 | #deb http://repo.peng-u-in.de/ ./ 128 | 129 | 130 | #Not Working as of 12/23/2016 131 | 132 | #deb http://apt.pwncenter.com/ ./ 133 | #deb http://elijahandandrew.com/repo/ ./ 134 | #deb https://miroppb.com/repo/ ./ 135 | #deb http://repo.fortysixandtwo.com/ ./ 136 | #deb http://cydia.bolencki13.com/repo/ ./ 137 | --------------------------------------------------------------------------------