From 76fd48f826ffd15ca2617ede4377de4458a7f13a Mon Sep 17 00:00:00 2001 From: tierno Date: Thu, 30 Mar 2017 18:34:38 +0200 Subject: [PATCH] added some missing packages for floodlight installation Change-Id: I7c8f3e14f2a277570277bac95bfcb67bfad71f0c Signed-off-by: tierno --- scripts/install-floodlight.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-floodlight.sh b/scripts/install-floodlight.sh index 74c1c00..1f9bd9c 100755 --- a/scripts/install-floodlight.sh +++ b/scripts/install-floodlight.sh @@ -109,8 +109,8 @@ echo ' ##### DOWNLOADING AND CONFIGURE FLOODLIGHT ##### #################################################################' #Install Java JDK and Ant packages at the VM - [ "$_DISTRO" == "Ubuntu" ] && install_packages "build-essential default-jdk ant python-dev screen wget" #TODO revise if packages are needed apart from ant - [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_package " ant screen wget" + [ "$_DISTRO" == "Ubuntu" ] && install_packages "build-essential default-jdk ant python-dev screen wget python-argcomplete python-requests python-yaml" #TODO revise if packages are needed apart from ant + [ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_package " ant screen wget python-argcomplete python-requests python-yaml" #floodlight 0.9 echo "downloading v0.90 from the oficial page" -- 2.25.1