Merge pull request #69 from linuxserver/git-fix

Update 95-git
This commit is contained in:
aptalca
2020-10-02 20:25:10 -04:00
committed by GitHub
+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