Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit 862ab0e

Browse files
authored
Update service.sh
1 parent 1db5c19 commit 862ab0e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

module/common/service.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# kakathic
2+
MODP="${0%/*}"
3+
PMSK="$(magisk --path)/.magisk/mirror"
4+
5+
# Check boot
6+
while true; do
7+
[ -e /sdcard/Android ] && break || sleep 1
8+
done
9+
# end

0 commit comments

Comments
 (0)