Skip to content

Instantly share code, notes, and snippets.

@jhochwald
Created July 28, 2020 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhochwald/0ee41c0713dd12ce1cfb60234906a841 to your computer and use it in GitHub Desktop.
Save jhochwald/0ee41c0713dd12ce1cfb60234906a841 to your computer and use it in GitHub Desktop.
Helpper to start Parallels on the latest Big Sur Beta
#!/usr/bin/env bash
###
# Description: Helpper to start Parallels on the latest Big Sur Beta
# File: ~/OneDrive/bin/start-Parallels
# Autor: Joerg Hochwald
# License: Freeware
###
# Load some defaults
. /etc/bashrc
PATH=/usr/local/bin:/usr/local/sbin/:/var/root/bin/:$PATH
export PATH
# Set the compatibility flag
export SYSTEM_VERSION_COMPAT=1
# Start Parallels Desktop (15)
/usr/bin/open -a "Parallels Desktop"
# Alternative:
# /usr/bin/open /Applications/Parallels\ Desktop.app
# To launch the Installer:
# /usr/bin/open '/Volumes/Parallels Desktop 15/Install.app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment