Skip to content

Instantly share code, notes, and snippets.

@afreeland
Created June 30, 2024 01:42
Show Gist options
  • Save afreeland/110a09a553fd7934571ddc41d336d373 to your computer and use it in GitHub Desktop.
Save afreeland/110a09a553fd7934571ddc41d336d373 to your computer and use it in GitHub Desktop.
Parallels M1 Arm64 Parallel Tools (copy/paste support FTW)
# On host macOS open up terminal and run:
```
cd /Applications/Parallels\ Desktop.app/Contents/Resources/Tools
python -m http.server
```
# On the VM open a terminal and run the following:
```
curl http://10.211.55.2:8000/prl-tools-lin-arm.iso -o /tmp/prl-tools.iso
mount -oloop /tmp/prl-tools.iso /media/cdrom0
cd /media/cdrom0
sudo ./install
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment