chore: update setup script installation paths and dependencies
This commit is contained in:
parent
4ddfdc8fb0
commit
a812c22931
4
setup.sh
4
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)..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user