diff --git a/root/etc/cont-init.d/95-git b/root/etc/cont-init.d/95-git index 4b4004b..fe793de 100644 --- a/root/etc/cont-init.d/95-git +++ b/root/etc/cont-init.d/95-git @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash # Determine if setup is needed -if [[ -n "$(command -v git)" ]]; then +if ! command -v git; then ## Ubuntu if [ -f /usr/bin/apt ]; then apt-get update