Files
appstore/apps/romm/latest/scripts/upgrade.sh
T
okxlin 748dd36af5 Add RomM app
Package RomM 4.9.2 and latest with MariaDB 11, persistent storage, generated secrets, health checks, localized install fields, and lifecycle scripts.
2026-07-11 01:41:50 +08:00

6 lines
125 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
bash "$SCRIPT_DIR/init.sh"