Update file run_before_01-decrypt-age-key.tmpl

This commit is contained in:
Brian Zalewski 2023-01-31 06:08:00 +00:00
parent 7a8372b2de
commit 7e60740ca0

View file

@ -6,6 +6,7 @@
### Install Age via Homebrew if not present ### Install Age via Homebrew if not present
if ! command -v age > /dev/null; then if ! command -v age > /dev/null; then
if command -v brew > /dev/null; then if command -v brew > /dev/null; then
logg info 'Running `brew install age`'
brew install age brew install age
else else
logg warn '`age` is not installed which is utilized in the decryption process' logg warn '`age` is not installed which is utilized in the decryption process'