We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c9cfd + f242494 commit 6609383Copy full SHA for 6609383
packer/linux/scripts/install-utils.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
+
3
set -euo pipefail
4
5
case $(uname -m) in
@@ -38,7 +39,7 @@ sudo dnf -yq groupinstall "Development Tools"
38
39
40
sudo systemctl enable --now amazon-ssm-agent
41
-GIT_LFS_VERSION=3.3.0
42
+GIT_LFS_VERSION=3.4.0
43
echo "Installing git lfs ${GIT_LFS_VERSION}..."
44
pushd "$(mktemp -d)"
45
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