fix: install git

This commit is contained in:
Piotr Dec 2026-04-08 23:58:27 +02:00
parent 97c53a48fb
commit 0b3fcdbbc2
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -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) ---