chore: update setup script to improve deployment configuration and environment initialization
This commit is contained in:
parent
c1789b5775
commit
ee5e08ee66
4
setup.sh
4
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)..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user