8ddcf2ad0d
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>
4 lines
130 B
Bash
4 lines
130 B
Bash
#!/usr/bin/env bash
|
|
# 兼容入口 — 请使用 deploy/nx
|
|
exec "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/nx" install "$@"
|