fix(hermesagent): set npm_config_yes=true to suppress interactive prompts during install (#14763)

This commit is contained in:
Stephen Chin
2026-05-27 22:04:54 -07:00
committed by GitHub
parent 287c60bc08
commit ceb50e3528
+1
View File
@@ -47,6 +47,7 @@ fi
msg_info "Installing Hermes Agent"
$STD setsid --wait bash -c '
set -a; source /etc/default/hermes; set +a
export npm_config_yes=true
bash <(curl -fsSL https://hermes-agent.nousresearch.com/install.sh) --skip-setup --hermes-home /home/hermes/.hermes --dir /home/hermes/.hermes/hermes-agent
'
chown -R hermes:hermes /home/hermes