Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down