aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-09-29 03:07:14 +0200
committerLeonard Kugis <leonard@kug.is>2025-09-29 03:07:14 +0200
commitfc9b85239a966b032d4293b1e1f515a2af983139 (patch)
tree7b6cbe67c5710ebd55d0f772e7547dc92f24c51c /deploy.sh
parent787144d6f3a85d016a6e411f0c827d4f23b72e8a (diff)
downloadmagisk-bindfs-fc9b85239a966b032d4293b1e1f515a2af983139.tar.gz
Small bugfixes in installerHEADmaster
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 16a5c25..7b7f1e5 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,7 +2,7 @@
set -euo pipefail
INCLUDES=(
- "install.sh"
+ "customize.sh"
"module.prop"
"system"
)