diff options
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/trisquel7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/dependencies/trisquel7 b/resources/scripts/helpers/build/dependencies/trisquel7 index 3894f44d..d2d5a9d3 100755 --- a/resources/scripts/helpers/build/dependencies/trisquel7 +++ b/resources/scripts/helpers/build/dependencies/trisquel7 @@ -41,7 +41,7 @@ apt-get -y install git # For building the documentation # ------------------------------------------------------------ -apt-get -y install pandoc texi2html texinfo +apt-get -y install pandoc texi2html texinfo texlive # For building source code: # ------------------------------------------------------------ |