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
2022-01-25 12:53:14 +01:00

7 lines
187 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
echo -e "\nGit LFS installed! 🎉"