This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/installGitLFS.sh

8 lines
187 B
Bash
Raw Normal View History

2022-01-25 12:53:14 +01:00
# Latest version
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
# Install
sudo apt install git-lfs -y
echo -e "\nGit LFS installed! 🎉"