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
commit bf68c733de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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