We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ad196 commit 97286eeCopy full SHA for 97286ee
1 file changed
install/bootstrap_apps_cli.sh
@@ -493,6 +493,9 @@ if is_profile_admin_or_similar; then
493
# UART/Serial terminal
494
homebrew_brew_install "tio" # Simple UART terminal
495
496
+ # File system file content hashing
497
+ homebrew_brew_install "md5deep" # Hashdeep for to check against whole file system corruption
498
+
499
# K8s
500
is_fedora && homebrew_brew_install "kubectl" # K8s client only
501
is_archl && homebrew_brew_install "kubectl"
0 commit comments