From bdf710ea49e9cff33af0b8e8a987854185e65f5d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 16 Mar 2023 18:48:18 +0100 Subject: [PATCH] Add `git-lfs` --- scripts/Software/git/install.sh | 1 + scripts/Software/git/lfs.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 scripts/Software/git/lfs.sh diff --git a/scripts/Software/git/install.sh b/scripts/Software/git/install.sh index 5b59b62b..99136531 100755 --- a/scripts/Software/git/install.sh +++ b/scripts/Software/git/install.sh @@ -1,4 +1,5 @@ #!/bin/bash pushd "${BASH_SOURCE%/*}"; source "./flow.sh"; +source "./lfs.sh"; popd; diff --git a/scripts/Software/git/lfs.sh b/scripts/Software/git/lfs.sh new file mode 100755 index 00000000..ab912a9e --- /dev/null +++ b/scripts/Software/git/lfs.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo apt install git-lfs