From 61de97fe2dcb3fda493c421f328c6f57dc823df4 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Thu, 28 Apr 2016 19:41:39 -0400 Subject: [PATCH] late breaking preview info --- docs/preview/latebreaking.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/preview/latebreaking.md diff --git a/docs/preview/latebreaking.md b/docs/preview/latebreaking.md new file mode 100644 index 0000000000..3f1c5f68ec --- /dev/null +++ b/docs/preview/latebreaking.md @@ -0,0 +1,21 @@ +# VSTS Agent Preview - Late breaking instructions + +## Ubuntu 14.04 + +Before running the agent, you need to: + +```bash +sudo apt-get install -y libunwind8 libcurl3 libicu52 +``` + +## Ubuntu 16.04 + +Before running the agent, you need to: + +```bash +sudo apt-get install -y libunwind8 libcurl3 libicu52 +``` + +## RedHat and CentOS + +Not yet supported or tested in this preview