Script Updates
This commit is contained in:
@ -133,9 +133,7 @@ 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}' libncurses5-dev \
|
||||
| grep "ok installed"; then
|
||||
sudo apt install libncurses5-dev libncursesw5-dev --quiet --yes --no-install-recommends
|
||||
if ! dpkg-query -W -f='${Status}' libncurses5-dev | grep "ok installed"; then sudo apt install libncurses5-dev libncursesw5-dev --quiet --yes --no-install-recommends
|
||||
fi
|
||||
# Install VMware Workstation Pro
|
||||
sudo sh ./vmware.bin \
|
||||
|
Reference in New Issue
Block a user