refactor(installer): align create example flags with tmux-server in INSTALL.md and remove flock dependency

This commit is contained in:
2026-07-11 00:45:35 +09:00
parent d7e19feaf5
commit 66fd1c4834
3 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ fi
# 1. Dependency Checks
log_info "Verifying host dependencies..."
DEPS=(tmux python3 sqlite3 rsync uuidgen flock)
DEPS=(tmux python3 sqlite3 rsync uuidgen)
MISSING_DEPS=()
for dep in "${DEPS[@]}"; do
if ! command -v "$dep" &>/dev/null; then