enable Git LFS
This commit is contained in:
parent
691c0d03ad
commit
e1819abcf5
1 changed files with 4 additions and 1 deletions
|
@ -4,4 +4,7 @@ curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.s
|
|||
# Install
|
||||
sudo apt install git-lfs -y
|
||||
|
||||
echo -e "\nGit LFS installed! 🎉"
|
||||
# Enable it
|
||||
git lfs install
|
||||
|
||||
echo -e "\nGit LFS installed and enabled! 🎉"
|
||||
|
|
Reference in a new issue