From a62839ef23c4f22850f83ce8439c36bf621cb7dd Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 1 Jan 2020 19:46:51 +0000 Subject: [PATCH] Added openssh-client to standard utilities. --- wsl-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl-setup.org b/wsl-setup.org index 748b6e6..6216fd2 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -46,7 +46,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ #+NAME: Install standard packages #+BEGIN_SRC shell # Install basic utilities - sudo apt-get install -y git locales curl wget xclip tmux net-tools less wget htop screenfetch zip + sudo apt-get install -y git locales curl wget xclip tmux net-tools less wget htop screenfetch zip openssh-client # Install pre-requisites for compiling emacs sudo apt-get install -y make gcc libgnutls28-dev libtinfo-dev