Skip to content

Commit 61de97f

Browse files
late breaking preview info
1 parent 1cc5ed7 commit 61de97f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/preview/latebreaking.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# VSTS Agent Preview - Late breaking instructions
2+
3+
## Ubuntu 14.04
4+
5+
Before running the agent, you need to:
6+
7+
```bash
8+
sudo apt-get install -y libunwind8 libcurl3 libicu52
9+
```
10+
11+
## Ubuntu 16.04
12+
13+
Before running the agent, you need to:
14+
15+
```bash
16+
sudo apt-get install -y libunwind8 libcurl3 libicu52
17+
```
18+
19+
## RedHat and CentOS
20+
21+
Not yet supported or tested in this preview

0 commit comments

Comments
 (0)