Update file run_before_01-decrypt-age-key.tmpl
This commit is contained in:
parent
7a8372b2de
commit
7e60740ca0
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue