diff options
author | Leonard Kugis <leonard@kug.is> | 2025-09-29 03:07:14 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-09-29 03:07:14 +0200 |
commit | fc9b85239a966b032d4293b1e1f515a2af983139 (patch) | |
tree | 7b6cbe67c5710ebd55d0f772e7547dc92f24c51c /deploy.sh | |
parent | 787144d6f3a85d016a6e411f0c827d4f23b72e8a (diff) | |
download | magisk-bindfs-fc9b85239a966b032d4293b1e1f515a2af983139.tar.gz |
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set -euo pipefail INCLUDES=( - "install.sh" + "customize.sh" "module.prop" "system" ) |