added git to deps

This commit is contained in:
2026-01-23 14:56:32 +01:00
parent 2fb3c48a3f
commit df99f65433

View File

@@ -45,7 +45,7 @@ install_packages() {
} }
check_and_install_dependencies() { check_and_install_dependencies() {
local deps=(yq gum stow) local deps=(yq gum stow git)
local all_installed=true local all_installed=true