chore: update setup.sh to improve configuration environment handling

This commit is contained in:
bocil kematian 2026-06-23 00:00:22 +07:00
parent b0ef319728
commit 4ddfdc8fb0

View File

@ -18,8 +18,8 @@ echo "=========================================="
echo "" echo ""
# ── 1. Install system packages ──────────────────────────────────────────────── # ── 1. Install system packages ────────────────────────────────────────────────
echo "[1/6] Installing Nginx..." echo "[1/6] Installing Nginx (forcing IPv4 to avoid IPv6 timeouts)..."
sudo apt-get update -qq sudo apt-get update
sudo apt-get install -y nginx sudo apt-get install -y nginx
# ── 2. Install Python packages ──────────────────────────────────────────────── # ── 2. Install Python packages ────────────────────────────────────────────────