fix: install git
This commit is contained in:
parent
97c53a48fb
commit
0b3fcdbbc2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ $PKG_UPDATE
|
||||||
|
|
||||||
# --- 2. Instalacja python3, curl, unzip ---
|
# --- 2. Instalacja python3, curl, unzip ---
|
||||||
log "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
|
$PKG_INSTALL python3-venv || true
|
||||||
|
|
||||||
# --- 3. Instalacja Dockera (jeśli nie zainstalowany) ---
|
# --- 3. Instalacja Dockera (jeśli nie zainstalowany) ---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue