Skip to content

Commit

Permalink
Update post-fs-data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Jan 17, 2024
1 parent 616cfad commit 1161722
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions module/common/post-fs-data.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# kakathic
MODP="${0%/*}"

magisk && cp -rf $MODP/system/bin/* $MODP
magisk && rm -fr $MODP/system

for TV in $(getprop 'partition=' $MODP/module.prop | cut -d= -f2); do
magisk && $MODP/overlayrw $TV
done

0 comments on commit 1161722

Please sign in to comment.