Skip to content

Commit 6609383

Browse files
authored
Merge pull request #1191 from buildkite/pdp-1448-bump-git-lfs-to-v340
2 parents 75c9cfd + f242494 commit 6609383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packer/linux/scripts/install-utils.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
23
set -euo pipefail
34

45
case $(uname -m) in
@@ -38,7 +39,7 @@ sudo dnf -yq groupinstall "Development Tools"
3839

3940
sudo systemctl enable --now amazon-ssm-agent
4041

41-
GIT_LFS_VERSION=3.3.0
42+
GIT_LFS_VERSION=3.4.0
4243
echo "Installing git lfs ${GIT_LFS_VERSION}..."
4344
pushd "$(mktemp -d)"
4445
curl -sSL https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION}/git-lfs-linux-${ARCH}-v${GIT_LFS_VERSION}.tar.gz | tar xz

0 commit comments

Comments
 (0)