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-15 09:26:55 +01:00

13 lines
300 B
Bash

#!/usr/bin/env 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! 🎉"