diff options
author | Leonard Kugis <leonard@kug.is> | 2025-10-14 16:45:30 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-10-14 16:45:30 +0200 |
commit | 10ffa0008456b887670ef935a006713c685fec49 (patch) | |
tree | 3355f242e208b2292cce99521ddaf2a01918eb2e /deploy.sh | |
parent | 6809b24fe771120eb52f406368b9108607409772 (diff) | |
download | magisk-fstab-10ffa0008456b887670ef935a006713c685fec49.tar.gz |
Added compatibility with bindfs
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,10 +2,11 @@ set -euo pipefail INCLUDES=( - "META-INF" "service.sh" "fstab.sh" "module.prop" + "config" + "customize.sh" ) # Welche Dateien/Ordner sollen ausgeschlossen werden? |