From: Luke Kenneth Casson Leighton Date: Mon, 2 Oct 2023 11:57:33 +0000 (+0100) Subject: add ssh and rsync to install-hdl-reqs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c13f952f427e3893d9d7c60f17a9f3cbdc0be821;p=dev-env-setup.git add ssh and rsync to install-hdl-reqs --- 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 \