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.