Add git-lfs
This commit is contained in:
parent
a062f41902
commit
55a4cd57a7
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}";
|
||||
source "./flow.sh";
|
||||
source "./lfs.sh";
|
||||
popd;
|
||||
|
|
2
scripts/Software/git/lfs.sh
Executable file
2
scripts/Software/git/lfs.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo apt install git-lfs
|
Loading…
Reference in a new issue