Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wahyu6070/kopi-installer
https://github.com/wahyu6070/kopi-installer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wahyu6070/kopi-installer
- Owner: wahyu6070
- Created: 2020-08-29T18:12:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T10:00:22.000Z (over 2 years ago)
- Last Synced: 2024-01-07T19:26:35.973Z (about 1 year ago)
- Language: Shell
- Size: 43 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kopi installer
kopi installer is an installer script that runs in magisk manager or recovery, which can be converted into a magisk module or kopi module.# Variabel
- ``MODPATH`` directory where the module is edited
- ``MAGISKMOD`` magisk module directory after installing module (/data/adb/modules/"id name module")
- ``MAGISKUP`` magisk module directory before installing module (/data/adb/modules_update/"id name module")
- ``KOPIMOD`` kopi module directory (/data/kopi/modules/"id name modules")
- ``TYPEINSTALL`` Type install module (magisk,kopi,false)
- ``API`` Android SDK Code
- ``ARCH`` Architecture
- ``ID`` Id name module
- ``NAME`` Name module
- ``VERSION`` Version
- ``VERSIONCODE`` Version code
- ``DEVICE`` Device Name
- ``DATE`` Date module build
- ``AUTHOR`` Author Module# Example script
[module.prop](https://github.com/litegapps/litegapps/blob/main/core/utils/kopi/module.prop)
[customize.sh](https://github.com/litegapps/litegapps/blob/main/core/utils/customize.sh)
[install.sh](https://github.com/litegapps/litegapps/blob/main/core/utils/kopi/install.sh)
[permissions.sh](https://github.com/litegapps/litegapps/blob/main/core/utils/kopi/permissions.sh)
[uninstall.sh](https://github.com/litegapps/litegapps/blob/main/core/utils/kopi/uninstall.sh)