diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 03:28:10 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 03:28:10 -0700 |
commit | f6b68b2c49618bf8df27e993bc3df42e913180db (patch) | |
tree | c2fcefbac9ab3d7b1f763c1bee1a1c89713b338c /Sources.h | |
parent | 7bc0d82556d4169b4b2221a0373ca2262abebcc8 (diff) |
Use a private (owned by mobile!) APT sources.list.
Diffstat (limited to 'Sources.h')
-rw-r--r-- | Sources.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,4 +28,6 @@ void CydiaWriteSources(); void CydiaAddSource(NSDictionary *source); void CydiaAddSource(NSString *href, NSString *distribution, NSArray *sections = nil); +#define SOURCES_LIST "/var/mobile/Library/Caches/com.saurik.Cydia/sources.list" + #endif//Sources_H |