Created
June 30, 2024 01:42
-
-
Save afreeland/110a09a553fd7934571ddc41d336d373 to your computer and use it in GitHub Desktop.
Parallels M1 Arm64 Parallel Tools (copy/paste support FTW)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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