From 0f8ab2f57e8dec521aa2da0f0fb1cf24b8fbb48d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 5 Apr 2023 16:17:04 +0200 Subject: [PATCH] Add `git-lfs` to the `git` software package --- scripts/Arch/Software/git/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Arch/Software/git/install.sh b/scripts/Arch/Software/git/install.sh index 0606829b..203ed108 100755 --- a/scripts/Arch/Software/git/install.sh +++ b/scripts/Arch/Software/git/install.sh @@ -3,6 +3,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; yay --noconfirm -Syu \ git \ + git-lfs \ gitflow-avh \ gitflow-bashcompletion-avh \ gitflow-fishcompletion-avh \