2f830424a4
Merge install/upgrade into nexus-1panel.sh with 1c4g/2c8g/4c16g resource profiles; preflight Gitea and firewall hints; post-install HTTPS health probe. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
162 B
Bash
4 lines
162 B
Bash
#!/usr/bin/env bash
|
|
# 兼容入口 — 请优先使用 deploy/nexus-1panel.sh
|
|
exec "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/nexus-1panel.sh" upgrade "$@"
|