Licode install Ubuntu 18.04 issue - installErizio SRTP Not Found

Followed steps successfully till - ./scripts/installErizo.sh
lib not found: SRTP-NOTFOUND check README

online refs for install reference 14.04 Ubuntu

To work-around (fix) this issue updated - ./scripts/installUbuntuDeps.sh - as follows
Starting on line 82 changes below from line 82 through 89

(comment out this line and line below will resolve) sudo apt-get install -qq python-software-properties -y
sudo apt-get install -qq software-properties-common -y
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -y
(comment out this line and include new line after minus liblog) sudo apt-get install -qq git make gcc-5 g+±5 python3-pip libssl-dev cmake libglib2.0-dev pkg-config liblog4cxx10-dev rabbitmq-server mongodb curl -y
sudo apt-get install -qq git make gcc-5 g+±5 python3-pip libssl-dev cmake libglib2.0-dev pkg-config rabbitmq-server mongodb curl -y
(added 1 line below - https://zoomadmin.com/HowToInstall/UbuntuPackage/liblog4cxx10-dev)
sudo apt-get install -y liblog4cxx10-dev

Also, need
sudo apt-get install -y libavresample-dev (not sure of this need more investigation)

This is just an atta-boy. Thank you for answering your own question, it helps us all out1