Skip to content

Commit

Permalink
donate me
Browse files Browse the repository at this point in the history
  • Loading branch information
HuskyDG committed Oct 2, 2023
1 parent a77339b commit 06ce616
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ export MAGISKTMP="$(magisk --path)"
./overlayfs_system "$WRITEABLE"
```

## Donate

- I am having financial difficulties. If you like my work, you can donate at http://paypal.me/huskydg

## Source code

- <http://github.com/HuskyDG/Magisk_OverlayFS>
3 changes: 3 additions & 0 deletions magisk-module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,7 @@ if [ "$KSU" == true ] && [ "$KSU_VER_CODE" -ge 11210 ]; then
mv -f "$MODPATH/post-fs-data.sh" "$MODPATH/post-mount.sh"
fi

ui_print "- I am having financial difficulties"
ui_print "- If you like my work, you can donate at http://paypal.me/huskydg"

ui_print

0 comments on commit 06ce616

Please sign in to comment.