chore: update setup.sh to improve configuration environment handling
This commit is contained in:
parent
b0ef319728
commit
4ddfdc8fb0
4
setup.sh
4
setup.sh
@ -18,8 +18,8 @@ echo "=========================================="
|
||||
echo ""
|
||||
|
||||
# ── 1. Install system packages ────────────────────────────────────────────────
|
||||
echo "[1/6] Installing Nginx..."
|
||||
sudo apt-get update -qq
|
||||
echo "[1/6] Installing Nginx (forcing IPv4 to avoid IPv6 timeouts)..."
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y nginx
|
||||
|
||||
# ── 2. Install Python packages ────────────────────────────────────────────────
|
||||
|
||||
Loading…
Reference in New Issue
Block a user