Is there a way to automate updating Parallels?

Discussion in 'Parallels Desktop on a Mac with Apple silicon' started by tomatoandcake, May 19, 2023.

  1. tomatoandcake

    tomatoandcake Bit poster

    Messages:
    2
    Hi all,

    I'd like to automate checking for updates and running those updates in a script.
    Is there a way to do this? I don't have the Mac App Store version of Parallels, I have the version from the website.
    I found something called mas on GitHub: https://github.com/mas-cli/mas which can auto-install app store purchases in a script - but I don't have the app-store version.

    The note on the app store version - Parallels seems to not suggest you move to it from the normal version:
    [​IMG]
    I'm essentially running a headless macOS server, and once a day in the middle of the night I have
    Code:
    softwareupdate -i -a -R
    run in order to make sure the host system is always up-to-date.
    Can I add anything to this to make sure Parallels also installs any updates it finds?
     

    Attached Files:

  2. Trishna Oobeyram

    Trishna Oobeyram Staff Member

    Messages:
    290
    Hello @tomatoandcake
    Thank you for reaching out to Parallels.
    Normally, you can follow the steps to make sure Parallels Desktop check of updates automatically, once per day.
    1. Right-click on Parallels Desktop icon and go to Preferences.
    2. In the General Tab, switch the "Check for updates" to "Once a day" and tick "Download updates automatically".
    Screenshot 2023-05-22 at 06.26.00.png
    Regards,
     
  3. tomatoandcake

    tomatoandcake Bit poster

    Messages:
    2
    Hi @Trishna Oobeyram,
    Thanks for the reply. I have set that up already - but I'm looking for a way to install any updates automatically on a schedule.

    While downloading the updates can be helpful, my goal is to run my server fully headless, and therefore I'd like to avoid having to manually remote into it and manually clicking "install" on the updates when they're made available.
     

Share This Page