Add git-lfs

This commit is contained in:
Manuel Thalmann 2023-03-16 18:48:18 +01:00
parent 7a1715fe37
commit bdf710ea49
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}";
source "./flow.sh";
source "./lfs.sh";
popd;

2
scripts/Software/git/lfs.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
sudo apt install git-lfs