updated installer

This commit is contained in:
John Doe
2026-03-09 00:06:34 -04:00
parent 28c0c3460b
commit c1c142b4fc
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -70,6 +70,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8000${CL}"
echo -e "${INFO}${YW} Or use the CLI: hermes${CL}"
echo -e "${INFO}${YW} Access it using use the CLI: hermes${CL}"
+2 -2
View File
@@ -118,7 +118,7 @@ if [[ -f "/opt/hermes-agent/package.json" ]]; then
cd /opt/hermes-agent
$STD npm install --silent 2>/dev/null || true
msg_info "Installing Playwright Browser"
$STD npx playwright install chromium 2>/dev/null || true
$STD npx --yes playwright install chromium 2>/dev/null || true
fi
if [[ -f "/opt/hermes-agent/scripts/whatsapp-bridge/package.json" ]]; then
@@ -151,4 +151,4 @@ msg_ok "Created Service"
motd_ssh
customize
cleanup_lxc
cleanup_lxc