Skip to content

Instantly share code, notes, and snippets.

View evandroga's full-sized avatar

Evandro Gomes evandroga

  • Vitória - ES, Brazil
View GitHub Profile
@evandroga
evandroga / download_fusion.sh
Created January 16, 2025 18:13 — forked from jetfir3/download_fusion.sh
Download VMware Fusion Pro Without a Broadcom Account
#!/usr/bin/env bash
# Download VMware Fusion Pro without Bcom account
#
# By default, the latest verson will be downloaded, extracted and prepped for install
# Use '-k' to keep download file compressed, exiting after download
# Use '-v VERSION' to specify desired version (13.0.0 or higher required)
KEEP_COMPRESSED=false
USER_VERSION=""