Move app from mounted dmg to Applications folder

A macos terminal what is command move app from mounted dmg to /Applications folder

1. What is the name of the DMG?
cd /Volumes/MyApp

2. Once you find the volume name of your mounted DMG, navigate to it. For example, if the volume is named “MyApp”:
cd /Volumes/MyApp

3. Run this command to copy
cp -R /Volumes/YourMountedDMG/AppName.app /Applications/

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *