X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scripts%2Finstall-floodlight.sh;h=1f9bd9c8e4f9c0a6e737000c3a0774fbe0e6e6a6;hb=9cead2a0262deabadc900d580ef312fbc468efc0;hp=74c1c0058cbace3146a81df54bf0434f4cee4ec8;hpb=9a61c6b761065160d0889e7bd1e0f9fc37de5310;p=osm%2Fopenvim.git 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"