From a812c22931190586b616c230dbca9c0728e67a36 Mon Sep 17 00:00:00 2001 From: bocil kematian Date: Tue, 23 Jun 2026 00:01:27 +0700 Subject: [PATCH] chore: update setup script installation paths and dependencies --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index e7d1a8d..9d2abf5 100644 --- a/setup.sh +++ b/setup.sh @@ -19,8 +19,8 @@ echo "" # ── 1. Install system packages ──────────────────────────────────────────────── echo "[1/6] Installing Nginx (forcing IPv4 to avoid IPv6 timeouts)..." -sudo apt-get update -sudo apt-get install -y nginx +sudo apt-get -o Acquire::ForceIPv4=true update +sudo apt-get -o Acquire::ForceIPv4=true install -y nginx # ── 2. Install Python packages ──────────────────────────────────────────────── echo "[2/6] Installing Python dependencies (including gunicorn)..."