From 0b3fcdbbc21aaa0c2b59ec5f56c41c8fd4186532 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Wed, 8 Apr 2026 23:58:27 +0200 Subject: [PATCH] fix: install git --- systemd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ---