From 3c77806597ec47413ecbb7acf734428af763a788 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Tue, 4 Jun 2019 19:53:37 +0200 Subject: [PATCH] Add rsync to essentials to be installed Gitaly now depends on rsync, and in general it's a tool I expected to be installed by default. Adding rsync allows Gitaly to build releases again too. --- scripts/install-essentials | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-essentials b/scripts/install-essentials index 2930877..17692c3 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 \ + libre2-dev gettext rsync \ # Set UTF-8 # http://stackoverflow.com/a/3182519/2137281