From cde5c1d4d7ffcfd374f3047fee52d75083b28254 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 6 Sep 2021 13:31:07 +0200
Subject: [PATCH] [doc/linux] also install git-lfs on base server

---
 doc/linux.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/linux.rst b/doc/linux.rst
index 645448fe..0fbcddd1 100644
--- a/doc/linux.rst
+++ b/doc/linux.rst
@@ -205,7 +205,7 @@ https://backports.debian.org.  To install the newest git version, after an
 
 .. code-block:: sh
 
-   $ apt-get -t stretch-backports install "git"
+   $ apt-get -t stretch-backports install "git" "git-lfs"
 
 
 X11
-- 
GitLab