Files
Nexus/deploy/install-1panel-docker.sh
T
Nexus Deploy 8ddcf2ad0d feat(deploy): add nx interactive installer and god ops menu
Single entry deploy/nx for install wizard, post-install restart/upgrade/logs,
and install-auto for non-interactive 2c8g setup on 1Panel Docker hosts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:41:04 +08:00

4 lines
130 B
Bash

#!/usr/bin/env bash
# 兼容入口 — 请使用 deploy/nx
exec "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/nx" install "$@"