diff --git a/scripts/install-essentials b/scripts/install-essentials index 15ea18a..b7bbf0a 100755 --- a/scripts/install-essentials +++ b/scripts/install-essentials @@ -14,7 +14,7 @@ apt-get install -y \ libxslt-dev libcurl4-openssl-dev libicu-dev \ logrotate python-docutils pkg-config cmake nodejs \ libkrb5-dev postgresql-client mysql-client unzip \ - libre2-dev gettext gnupg2 \ + libre2-dev gettext \ apt-get clean -yqq diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index cea7788..7662d55 100755 --- a/scripts/install-www-gitlab-com +++ b/scripts/install-www-gitlab-com @@ -9,7 +9,7 @@ apt-get update apt-get install -yq --no-install-recommends \ make gcc g++ locales \ git-core pandoc texlive-latex-recommended texlive-xetex \ - texlive-fonts-recommended lmodern ed file curl + texlive-fonts-recommended lmodern ed file curl gnupg2 apt-get autoremove -yq