diff --git a/systemd/install.sh b/systemd/install.sh index 0d14ac5..6b710b1 100644 --- a/systemd/install.sh +++ b/systemd/install.sh @@ -33,7 +33,7 @@ $PKG_UPDATE # --- 2. Instalacja python3, curl, unzip --- log "Instalacja python3, curl, unzip..." -$PKG_INSTALL python3 python3-pip curl unzip +$PKG_INSTALL python3 python3-pip curl unzip, git $PKG_INSTALL python3-venv || true # --- 3. Instalacja Dockera (jeśli nie zainstalowany) ---