# Upgrade to Mojave - How To ## How to upgrade to Mac Mojave Operating System using Endpoint Central? ### Description This document provides the steps required to upgrade Mac operating system to 10.14 Mojave using Endpoint Central. Deploying Mojave will not impact any data on the target computers, this will upgrade only the operating system. ### System Requirements You can upgrade your Mac operating system to Mojave 10.14, only if the following system requirements are met: - Computer should be running on Mac 10.8 or later versions - A minimum of 18.5 GB free space is required on the hard disk - A minimum of 2 GB RAM memory is required You can refer this link for more details: [MacOS 10.14 Mojave System Requirements](https://www.apple.com/macos/how-to-upgrade/index.html) ### Steps To deploy 10.14 Mojave, follow the steps given below: 1. Download **macOS Mojave** from App Store. This will be stored in **Applications** folder. 2. From Applications folder, execute the following command in Terminal to **zip the application**: ``` tar -zcvf installMojave.tar.gz Install\ macOS\ Mojave.app/ ``` 3. Download the [script](http://patchdb.manageengine.com/dccrs/updates/OSUpgrade.sh.zip). > **Note:** > - It is mandatory to execute the command from **Applications** folder. > - By executing `cd /Applications/` you can navigate to **Applications** folder from the terminal. ### Deploying 10.14 Mojave using Endpoint Central 1. Navigate to **Software Deployment** > **Packages** > **Add Mac Package**. 2. Provide the Package Name and License Type. 3. Upload the **application file** (compressed file of the installable) and the **script file** (zip file of the downloaded script). 4. Under Advanced Options, provide the installation command: ``` ./OSUpgrade.sh ``` 5. Click **Add package**. 6. Create a **software installation configuration** using this package and deploy it to the target computers. [How To's](https://www.manageengine.com/products/desktop-central/how-to.html)