From 7a1d04d7786d60856c4ca2178130559b261776c1 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Thu, 15 Jun 2023 05:58:10 +0000 Subject: [PATCH] Latest --- .../universal/run_onchange_after_14-warp.sh.tmpl | 2 +- software.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_14-warp.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_14-warp.sh.tmpl index c5b62604..196e6fa7 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_14-warp.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_14-warp.sh.tmpl @@ -107,7 +107,7 @@ if [ -d /System ] && [ -d /Applications ] && command -v warp-cli > /dev/null; th logg info 'Running `/opt/homebrew/opt/openssl@3/bin/c_rehash`' /opt/homebrew/opt/openssl@3/bin/c_rehash else - logg error 'Unable to add `Cloudflare_CA.pem` because `/usr/local/etc/openssl@3/certs` and `/opt/homebrew/etc/openssl@3/certs` do not exist!' + logg warn 'Unable to add `Cloudflare_CA.pem` because `/usr/local/etc/openssl@3/certs` and `/opt/homebrew/etc/openssl@3/certs` do not exist!' fi fi diff --git a/software.yml b/software.yml index 7ac95997..88690ecc 100644 --- a/software.yml +++ b/software.yml @@ -7379,7 +7379,6 @@ softwarePackages: ansible: professormanhattan.sshvault brew: ssh-vault github: github.com/ssh-vault/ssh-vault - _service: fault sshpass: _bin: sshpass _desc: Sshpass is a tool for non-interactivly performing password authentication with SSH's so called "interactive keyboard password authentication". Most user should use SSH's more secure public key authentiaction instead.