From 7e60740ca0cbdf53786d11ec0b486d71f96096e9 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 31 Jan 2023 06:08:00 +0000 Subject: [PATCH] Update file run_before_01-decrypt-age-key.tmpl --- .../.chezmoiscripts/universal/run_before_01-decrypt-age-key.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.chezmoiscripts/universal/run_before_01-decrypt-age-key.tmpl b/home/.chezmoiscripts/universal/run_before_01-decrypt-age-key.tmpl index 7da6492a..d8b7364e 100644 --- a/home/.chezmoiscripts/universal/run_before_01-decrypt-age-key.tmpl +++ b/home/.chezmoiscripts/universal/run_before_01-decrypt-age-key.tmpl @@ -6,6 +6,7 @@ ### Install Age via Homebrew if not present if ! command -v age > /dev/null; then if command -v brew > /dev/null; then + logg info 'Running `brew install age`' brew install age else logg warn '`age` is not installed which is utilized in the decryption process'