Update ubuntu.sh

This commit is contained in:
simeononsecurity
2021-02-20 04:25:39 +00:00
committed by GitHub
parent 9010bfae9c
commit 609ccca3da

View File

@ -180,9 +180,9 @@ if [ ! -f vmware.bin ]; then
fi fi
# libncursew5 is required for console installation. Install the package if not # libncursew5 is required for console installation. Install the package if not
# already present on the system. # already present on the system.
if ! dpkg-query -W -f='${Status}' libncursesw5 \ if ! dpkg-query -W -f='${Status}' libncurses5-dev \
| grep "ok installed"; then | grep "ok installed"; then
sudo apt install libcursesw5 --quiet --yes --no-install-recommends sudo apt install libncurses5-dev libncursesw5-dev --quiet --yes --no-install-recommends
fi fi
# Install VMware Workstation Pro # Install VMware Workstation Pro
sudo sh ./vmware.bin \ sudo sh ./vmware.bin \