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-02-03 17:50:37 +01:00

11 lines
279 B
Bash

# Latest version
# No available version for latest Ubuntu 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! 🎉"