Commit 54639406765e

Vincent Demeester <vincent@sbr.pm>
2026-01-15 12:05:11
fix(tools): add shellcheck directive to boox-debloat script
- Add shellcheck shell=bash directive for nix-shell shebang - Resolve pre-commit hook shellcheck error Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2162689
Changed files (1)
tools/boox-debloat.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env nix-shell
 #! nix-shell -i bash -p android-tools curl
+# shellcheck shell=bash
 
 # BOOX Tablet Debloat Script
 # Disables safe BOOX bloatware packages to free up RAM