diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-13 15:40:39 +0100 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-13 15:40:39 +0100 |
commit | d5c17afdc63a440cb71a06f01f18809513976d6a (patch) | |
tree | 3eb808f01a35e8073caa6a087f2b311aa47bdff1 | |
parent | e82590a83ec04e93fafca0140cd2a1159caab59c (diff) |
add setup script
Change-Id: I67eb85be43c204df686608e6a591e3c5b1742c7e
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
-rw-r--r-- | odl-pipeline/setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/odl-pipeline/setup.sh b/odl-pipeline/setup.sh new file mode 100644 index 0000000..2d32bb1 --- /dev/null +++ b/odl-pipeline/setup.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo apt-get install -y python python-yaml python-six openvswitch |