├── IPTUpdaterPlugin.zip ├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── README.md ├── module.prop ├── post-fs-data.sh └── script.sh /IPTUpdaterPlugin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czuryk/IPTUpdaterPlugin/HEAD/IPTUpdaterPlugin.zip -------------------------------------------------------------------------------- /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czuryk/IPTUpdaterPlugin/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czuryk/IPTUpdaterPlugin/HEAD/README.md -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czuryk/IPTUpdaterPlugin/HEAD/module.prop -------------------------------------------------------------------------------- /post-fs-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czuryk/IPTUpdaterPlugin/HEAD/post-fs-data.sh -------------------------------------------------------------------------------- /script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czuryk/IPTUpdaterPlugin/HEAD/script.sh --------------------------------------------------------------------------------