From ee5e08ee66628e582c66852059fef1c5e99ab75d Mon Sep 17 00:00:00 2001 From: bocil kematian Date: Tue, 23 Jun 2026 00:03:58 +0700 Subject: [PATCH] chore: update setup script to improve deployment configuration and environment initialization --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index caa90e5..9833ac5 100644 --- a/setup.sh +++ b/setup.sh @@ -19,8 +19,8 @@ echo "" # ── 1. Install system packages ──────────────────────────────────────────────── echo "[1/6] Installing Nginx..." -sudo apt update -sudo apt install -y nginx +sudo -E apt update +sudo -E apt install -y nginx # ── 2. Install Python packages ──────────────────────────────────────────────── echo "[2/6] Installing Python dependencies (including gunicorn)..."