From 609ccca3daa07286a74d74a6e944aea32e6e8663 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Sat, 20 Feb 2021 04:25:39 +0000 Subject: [PATCH] Update ubuntu.sh --- ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu.sh b/ubuntu.sh index 3c69c9a..1fa270e 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -180,9 +180,9 @@ if [ ! -f vmware.bin ]; then fi # libncursew5 is required for console installation. Install the package if not # already present on the system. -if ! dpkg-query -W -f='${Status}' libncursesw5 \ +if ! dpkg-query -W -f='${Status}' libncurses5-dev \ | 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 # Install VMware Workstation Pro sudo sh ./vmware.bin \