Files
docker-php-fpm/php_tools/git/install.yml
2022-12-08 20:52:37 +01:00

8 lines
115 B
YAML

---
check: git --version 2>&1 | grep -E '[0-9][.0-9]+' || (git --version; false)
all:
type: apt
package: git