From eb9d0eb3c2a7f67221186af7e11f30927f2df44c Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Sun, 11 Oct 2015 12:13:03 -0700 Subject: [PATCH] Update instructions to include curl with unzip On Debian 8 curl is not installed by default. Added to apt-get install command line. --- aspnet/getting-started/installing-on-linux.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/getting-started/installing-on-linux.rst b/aspnet/getting-started/installing-on-linux.rst index 11e1569efa..63027ce3de 100644 --- a/aspnet/getting-started/installing-on-linux.rst +++ b/aspnet/getting-started/installing-on-linux.rst @@ -20,9 +20,9 @@ Install the .NET Version Manager (DNVM) Use the .NET Version Manager (DNVM) to install different versions of the .NET Execution Environment (DNX) on Linux. -1. Install ``unzip`` if you don't already have it:: +1. Install ``unzip`` and ``curl`` if you don't already have them:: - sudo apt-get install unzip + sudo apt-get install unzip curl 2. Download and install DNVM::