├── .gitattributes ├── LICENSE ├── README.md ├── com.jonluca.masterrepoeasyinstall_2.6_iphoneos-arm.deb └── masterrepoeasyinstall ├── DEBIAN ├── control └── postinst └── etc └── apt └── sources.list.d └── MasterRepo.list /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonluca/MasterRepo/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonluca/MasterRepo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonluca/MasterRepo/HEAD/README.md -------------------------------------------------------------------------------- /com.jonluca.masterrepoeasyinstall_2.6_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonluca/MasterRepo/HEAD/com.jonluca.masterrepoeasyinstall_2.6_iphoneos-arm.deb -------------------------------------------------------------------------------- /masterrepoeasyinstall/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonluca/MasterRepo/HEAD/masterrepoeasyinstall/DEBIAN/control -------------------------------------------------------------------------------- /masterrepoeasyinstall/DEBIAN/postinst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /masterrepoeasyinstall/etc/apt/sources.list.d/MasterRepo.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonluca/MasterRepo/HEAD/masterrepoeasyinstall/etc/apt/sources.list.d/MasterRepo.list --------------------------------------------------------------------------------