fix(hermesagent): single-line apt install for single dependency

This commit is contained in:
Stephen Chin
2026-05-09 10:30:59 -07:00
parent 434e170ee3
commit 67d49e0b8a

View File

@@ -14,8 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y \
git
$STD apt install -y git
msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs