From c13f952f427e3893d9d7c60f17a9f3cbdc0be821 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 2 Oct 2023 12:57:33 +0100 Subject: [PATCH] add ssh and rsync to install-hdl-reqs --- install-hdl-apt-reqs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-hdl-apt-reqs b/install-hdl-apt-reqs index 6433746..6a02e31 100755 --- a/install-hdl-apt-reqs +++ b/install-hdl-apt-reqs @@ -53,6 +53,8 @@ apt-get install -y autoconf \ python3-pandocfilters \ python3-toml \ pandoc \ + rsync \ + ssh \ texstudio \ texlive \ texlive-latex-extra \ -- 2.30.2