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 #!/usr/bin/with-contenv bash
# Determine if setup is needed # Determine if setup is needed
if [[ -n "$(command -v git)" ]]; then if ! command -v git; then
## Ubuntu ## Ubuntu
if [ -f /usr/bin/apt ]; then if [ -f /usr/bin/apt ]; then
apt-get update apt-get update