Skip to content

Instantly share code, notes, and snippets.

@vincentclaes
Created October 13, 2022 20:15
Show Gist options
  • Save vincentclaes/4ec9b7ddc9c332ccdf80517e73e8db4c to your computer and use it in GitHub Desktop.
Save vincentclaes/4ec9b7ddc9c332ccdf80517e73e8db4c to your computer and use it in GitHub Desktop.
install git lfs on amazon linux machines
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash
sudo yum install git-lfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment