X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=installers%2Ffull_install_osm.sh;h=c12d202f064640912b4c99c5fe3f0de602ca47aa;hb=a3a7d1481ef61cf954e1f8c8f4f881aad0240299;hp=ed4d2a4c71d86841271f670ee0d8872739c71d5f;hpb=c491f45073a16a40452d9278a0e4f19d10b4ff19;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index ed4d2a4c..c12d202f 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1338,6 +1338,8 @@ function install_vimemu() { echo "\nInstalling vim-emu" EMUTEMPDIR="$(mktemp -d -q --tmpdir "installosmvimemu.XXXXXX")" trap 'rm -rf "${EMUTEMPDIR}"' EXIT + # install prerequisites (OVS is a must for the emulator to work) + sudo apt-get install openvswitch-switch # clone vim-emu repository (attention: branch is currently master only) echo "Cloning vim-emu repository ..." git clone https://osm.etsi.org/gerrit/osm/vim-emu.git $EMUTEMPDIR