diff --git a/images/linux/scripts/installers/git.sh b/images/linux/scripts/installers/git.sh index 1d8e58a14..6abe6fc10 100644 --- a/images/linux/scripts/installers/git.sh +++ b/images/linux/scripts/installers/git.sh @@ -14,7 +14,8 @@ apt-get install git -y git --version # Install git-lfs -curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash +# This should be run for Ubuntu 16 only +#curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash apt-get install -y --no-install-recommends git-lfs # Run tests to determine that the software installed as expected