Skip to content

Commit

Permalink
Merge pull request #1191 from buildkite/pdp-1448-bump-git-lfs-to-v340
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Aug 14, 2023
2 parents 75c9cfd + f242494 commit 6609383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packer/linux/scripts/install-utils.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

set -euo pipefail

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

sudo systemctl enable --now amazon-ssm-agent

GIT_LFS_VERSION=3.3.0
GIT_LFS_VERSION=3.4.0
echo "Installing git lfs ${GIT_LFS_VERSION}..."
pushd "$(mktemp -d)"
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
Expand Down

0 comments on commit 6609383

Please sign in to comment.