10 lines
228 B
Bash
10 lines
228 B
Bash
# Latest version
|
|
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
|
|
|
|
# Install
|
|
sudo apt install git-lfs -y
|
|
|
|
# Enable it
|
|
git lfs install
|
|
|
|
echo -e "\nGit LFS installed and enabled! 🎉"
|