Update 95-git

This commit is contained in:
Eric Nemchik
2020-10-02 19:10:20 -05:00
committed by GitHub
parent 0ec286b4fe
commit d81df666c7
+1 -1
View File
@@ -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