Skip to content

Instantly share code, notes, and snippets.

@msymt
Forked from leiless/vmware_fusion_retrial.sh
Created June 12, 2024 01:38
Show Gist options
  • Save msymt/7b355bbdd65ce2ed9ccc3448afad5432 to your computer and use it in GitHub Desktop.
Save msymt/7b355bbdd65ce2ed9ccc3448afad5432 to your computer and use it in GitHub Desktop.
Retrial VMWare Fusion another 30 days
#!/bin/sh
#
# Retrial VMWare Fusion another 30 days
#
set -eu
sudo rm -rf /Library/Preferences/VMware\ Fusion/license-fusion-*
echo "Done! please restart VMware Fusion.app."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment