From 9b3f5ca5d17669c4c12c410b80f6853c128f8810 Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" <137705289+trbernstein@users.noreply.github.com> Date: Thu, 4 Jul 2024 04:05:18 +0200 Subject: [PATCH] Install yubico-piv-tool --- modules/05-install-brew-apps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/05-install-brew-apps.sh b/modules/05-install-brew-apps.sh index 5aedbf2..a479e94 100755 --- a/modules/05-install-brew-apps.sh +++ b/modules/05-install-brew-apps.sh @@ -47,6 +47,7 @@ function installBrews() { installBrew node installBrew nmap installBrew tree + installBrew yubico-piv-tool fi }