blob: 69d799942c4e3f369fce187a5a41bb66c92620fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/bash
# install required tools for XDS
# TODO
# clone XDS repo
# TODO
# build daemon
# TODO
# install in container
# TODO
# cleanup (remove build tools)
# TODO
|