chore: update setup script to improve deployment configuration and environment initialization

This commit is contained in:
bocil kematian 2026-06-23 00:03:58 +07:00
parent c1789b5775
commit ee5e08ee66

View File

@ -19,8 +19,8 @@ echo ""
# ── 1. Install system packages ──────────────────────────────────────────────── # ── 1. Install system packages ────────────────────────────────────────────────
echo "[1/6] Installing Nginx..." echo "[1/6] Installing Nginx..."
sudo apt update sudo -E apt update
sudo apt install -y nginx sudo -E apt install -y nginx
# ── 2. Install Python packages ──────────────────────────────────────────────── # ── 2. Install Python packages ────────────────────────────────────────────────
echo "[2/6] Installing Python dependencies (including gunicorn)..." echo "[2/6] Installing Python dependencies (including gunicorn)..."