From 25efff507896a79858718178be14702c9708a5b2 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 18 Jan 2026 09:05:58 +0000 Subject: [PATCH] feat(init): add tmux and screen to deployment script Add terminal multiplexers for persistent sessions during development. --- scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index 0bfc35f..c56c0d8 100644 --- a/scripts/init.sh +++ b/scripts/init.sh @@ -19,7 +19,7 @@ ENABLE_SSH_PASSWORD_AUTH="__ENABLE_SSH_PASSWORD_AUTH__" # === INSTALLATION PACKAGES === echo "[1/8] Installing packages..." dnf update -y -dnf install -y nginx git nodejs22 nodejs22-npm +dnf install -y nginx git nodejs22 nodejs22-npm tmux screen # === GITHUB CLI === echo "[1b/8] Installing GitHub CLI..."