Created
October 13, 2022 20:15
-
-
Save vincentclaes/4ec9b7ddc9c332ccdf80517e73e8db4c to your computer and use it in GitHub Desktop.
install git lfs on amazon linux machines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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