mirror of
https://github.com/Heretek-AI/ProxmoxVED.git
synced 2026-07-01 12:42:58 -04:00
updated installer
This commit is contained in:
+1
-3
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user