summarylogtreecommitdiffstats
path: root/vmware-patch.sh
diff options
context:
space:
mode:
author张弘引2017-10-04 23:40:17 +0800
committer张弘引2017-10-04 23:40:17 +0800
commitf4f4c61067b129249136b7b19e048d76d9e05459 (patch)
treefc89ffb77ebdcd8f1a40a674db74072997aa016b /vmware-patch.sh
parent34468bb29eb613538bc180ef39a3ecf37fd54393 (diff)
downloadaur-f4f4c61067b129249136b7b19e048d76d9e05459.tar.gz
add support for Vmware Workstation 14.0.0
Diffstat (limited to 'vmware-patch.sh')
-rw-r--r--vmware-patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmware-patch.sh b/vmware-patch.sh
index 3ebf9cf94944..53f69c57b49e 100644
--- a/vmware-patch.sh
+++ b/vmware-patch.sh
@@ -62,7 +62,7 @@ vmware_check
set_product_name
# Use VMware's bundled libcurl.so.4 to prevent crashes at startup/checking for updates
-if [[ $ver != 13.* ]]; then
+if [[ $ver != 14.* ]]; then
for script in vmware vmplayer vmware-netcfg vmware-tray; do
if [[ -f /usr/bin/$script ]]; then
if ! grep -q "VMWARE_USE_SHIPPED_LIBS" /usr/bin/$script; then